![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
#define GO_LOCALE_SEL_TYPE #define GO_LOCALE_SEL (obj) #define IS_GO_LOCALE_SEL (obj) GOLocaleSel; GType go_locale_sel_get_type (void); GtkWidget * go_locale_sel_new (void); gchar * go_locale_sel_get_locale (GOLocaleSel *cs); gboolean go_locale_sel_set_locale (GOLocaleSel *cs, const char *loc); void go_locale_sel_set_sensitive (GOLocaleSel *cs, gboolean sensitive); const char * go_locale_sel_get_locale_name (GOLocaleSel *cs, const char *loc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GOLocaleSel
#define GO_LOCALE_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_LOCALE_SEL_TYPE, GOLocaleSel))
|
#define IS_GO_LOCALE_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_LOCALE_SEL_TYPE))
|
gboolean go_locale_sel_set_locale (GOLocaleSel *cs, const char *loc);
|
|
|
|
Returns : |
void go_locale_sel_set_sensitive (GOLocaleSel *cs, gboolean sensitive);
|
|
|