|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#define GO_TYPE_LOCALE_SEL #define GO_LOCALE_SEL (obj) #define GO_IS_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_TYPE_LOCALE_SEL, GOLocaleSel))
| 
 | 
#define GO_IS_LOCALE_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_LOCALE_SEL))
| 
 | 
gboolean go_locale_sel_set_locale (GOLocaleSel *cs, const char *loc);
| 
 | |
| 
 | |
| Returns : | 
void go_locale_sel_set_sensitive (GOLocaleSel *cs, gboolean sensitive);
| 
 | |
| 
 | 
const char * go_locale_sel_get_locale_name (GOLocaleSel *cs, const char *loc);
| 
 | |
| 
 | |
| Returns : | 
"locale-changed" signalvoid user_function (GOLocaleSel *golocalesel, gpointer arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |