|  |  |  | gucharmap Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
                    GucharmapChartablePrivate;
                    GucharmapChartable;
GtkWidget *         gucharmap_chartable_new             (void);
void                gucharmap_chartable_set_font_desc   (GucharmapChartable *chartable,
                                                         PangoFontDescription *font_desc);
gunichar            gucharmap_chartable_get_active_character
                                                        (GucharmapChartable *chartable);
void                gucharmap_chartable_set_active_character
                                                        (GucharmapChartable *chartable,
                                                         gunichar uc);
void                gucharmap_chartable_set_zoom_enabled
                                                        (GucharmapChartable *chartable,
                                                         gboolean enabled);
gboolean            gucharmap_chartable_get_zoom_enabled
                                                        (GucharmapChartable *chartable);
void                gucharmap_chartable_set_snap_pow2   (GucharmapChartable *chartable,
                                                         gboolean snap);
void                gucharmap_chartable_set_codepoint_list
                                                        (GucharmapChartable *chartable,
                                                         GucharmapCodepointList *list);
GucharmapCodepointList * gucharmap_chartable_get_codepoint_list
                                                        (GucharmapChartable *chartable);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkDrawingArea
                           +----GucharmapChartable
"active-character" guint : Read / Write "codepoint-list" GucharmapCodepointList* : Read / Write "font-desc" PangoFontDescription* : Read / Write "snap-power-2" gboolean : Read / Write "zoom-enabled" gboolean : Read / Write "zoom-showing" gboolean : Read
"activate" : Run Last / Action "copy-clipboard" : Run Last / Action "move-cursor" : Run Last / Action "paste-clipboard" : Run Last / Action "set-scroll-adjustments" : Run Last "status-message" : Run First
GtkWidget * gucharmap_chartable_new (void);
| Returns : | a new GucharmapChartable | 
void gucharmap_chartable_set_font_desc (GucharmapChartable *chartable, PangoFontDescription *font_desc);
Sets font_desc as the font to use to display the character table.
| 
 | a GucharmapChartable | 
| 
 | a PangoFontDescription | 
gunichar            gucharmap_chartable_get_active_character
                                                        (GucharmapChartable *chartable);
Sets the codepoint list to show in the character table.
| 
 | a GucharmapChartable | 
| Returns : | 
void                gucharmap_chartable_set_active_character
                                                        (GucharmapChartable *chartable,
                                                         gunichar uc);
| 
 | |
| 
 | 
void                gucharmap_chartable_set_zoom_enabled
                                                        (GucharmapChartable *chartable,
                                                         gboolean enabled);
Enables or disables the zoom popup.
| 
 | a GucharmapChartable | 
| 
 | whether to enable zoom mode | 
gboolean            gucharmap_chartable_get_zoom_enabled
                                                        (GucharmapChartable *chartable);
| 
 | a GucharmapChartable | 
| Returns : | whether zooming is enabled | 
void gucharmap_chartable_set_snap_pow2 (GucharmapChartable *chartable, gboolean snap);
Sets whether the number columns the character table shows should always be a power of 2.
| 
 | a GucharmapChartable | 
| 
 | whether to enable or disable snapping | 
void                gucharmap_chartable_set_codepoint_list
                                                        (GucharmapChartable *chartable,
                                                         GucharmapCodepointList *list);
| 
 | |
| 
 | 
GucharmapCodepointList * gucharmap_chartable_get_codepoint_list (GucharmapChartable *chartable);
| 
 | a GucharmapChartable | 
| Returns : | the current codepoint list | 
"active-character" property"active-character" guint : Read / Write
Allowed values: <= 1114111
Default value: 0
"activate" signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data) : Run Last / Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"copy-clipboard" signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data) : Run Last / Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-cursor" signalgboolean user_function (GucharmapChartable *gucharmapchartable, GtkMovementStep arg1, gint arg2, gpointer user_data) : Run Last / Action
| 
 | the object which received the signal. | 
| 
 | |
| 
 | |
| 
 | user data set when the signal handler was connected. | 
| Returns : | 
"paste-clipboard" signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data) : Run Last / Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"set-scroll-adjustments" signalvoid user_function (GucharmapChartable *gucharmapchartable, GtkAdjustment *arg1, GtkAdjustment *arg2, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | |
| 
 | user data set when the signal handler was connected. | 
"status-message" signalvoid user_function (GucharmapChartable *gucharmapchartable, gchar *arg1, gpointer user_data) : Run First
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |