GOLocaleSel

GOLocaleSel

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkHBox
                            ╰── GOLocaleSel

Implemented Interfaces

GOLocaleSel implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

GO_LOCALE_SEL()

#define GO_LOCALE_SEL(obj)        (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_TYPE_LOCALE_SEL, GOLocaleSel))


GO_IS_LOCALE_SEL()

#define GO_IS_LOCALE_SEL(obj)     (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_LOCALE_SEL))


go_locale_sel_get_type ()

GType
go_locale_sel_get_type (void);


go_locale_sel_new ()

GtkWidget *
go_locale_sel_new (void);


go_locale_sel_get_locale ()

gchar *
go_locale_sel_get_locale (GOLocaleSel *cs);


go_locale_sel_set_locale ()

gboolean
go_locale_sel_set_locale (GOLocaleSel *cs,
                          const char *loc);


go_locale_sel_set_sensitive ()

void
go_locale_sel_set_sensitive (GOLocaleSel *cs,
                             gboolean sensitive);


go_locale_sel_get_locale_name ()

const char *
go_locale_sel_get_locale_name (GOLocaleSel *cs,
                               const char *loc);

Types and Values

GO_TYPE_LOCALE_SEL

#define GO_TYPE_LOCALE_SEL        (go_locale_sel_get_type ())


GOLocaleSel

typedef struct _GOLocaleSel GOLocaleSel;

Signal Details

The “locale-changed” signal

void
user_function (GOLocaleSel *golocalesel,
               gpointer     arg1,
               gpointer     user_data)

Parameters

golocalesel

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last