|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
#define GO_TYPE_CHARMAP_SEL #define GO_CHARMAP_SEL (obj) #define GO_IS_CHARMAP_SEL (obj) GOCharmapSel; enum GOCharmapSelTestDirection; GType go_charmap_sel_get_type (void); GtkWidget * go_charmap_sel_new (GOCharmapSelTestDirection test); gchar const * go_charmap_sel_get_encoding (GOCharmapSel *cs); gboolean go_charmap_sel_set_encoding (GOCharmapSel *cs, const char *enc); const char * go_charmap_sel_get_encoding_name (GOCharmapSel *cs, const char *enc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GOCharmapSel
#define GO_CHARMAP_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_TYPE_CHARMAP_SEL, GOCharmapSel))
| 
 | 
#define GO_IS_CHARMAP_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_CHARMAP_SEL))
| 
 | 
typedef enum {
	GO_CHARMAP_SEL_TO_UTF8 = 0,
	GO_CHARMAP_SEL_FROM_UTF8
} GOCharmapSelTestDirection;
GtkWidget * go_charmap_sel_new (GOCharmapSelTestDirection test);
| 
 | |
| Returns : | 
gchar const * go_charmap_sel_get_encoding (GOCharmapSel *cs);
| 
 | |
| Returns : | 
gboolean go_charmap_sel_set_encoding (GOCharmapSel *cs, const char *enc);
| 
 | |
| 
 | |
| Returns : | 
const char * go_charmap_sel_get_encoding_name (GOCharmapSel *cs, const char *enc);
| 
 | |
| 
 | |
| Returns : | 
"TestDirection" property"TestDirection" guint : Read / Write
This value determines which iconv test to perform.
Allowed values: <= 1
Default value: 0
"charmap-changed" signalvoid user_function (GOCharmapSel *gocharmapsel, gpointer arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |