| Top |  |  |  |  | 
| GtkWidget * | gucharmap_chartable_new () | 
| void | gucharmap_chartable_set_font_desc () | 
| void | gucharmap_chartable_set_font_fallback () | 
| gboolean | gucharmap_chartable_get_font_fallback () | 
| gunichar | gucharmap_chartable_get_active_character () | 
| void | gucharmap_chartable_set_active_character () | 
| void | gucharmap_chartable_set_zoom_enabled () | 
| gboolean | gucharmap_chartable_get_zoom_enabled () | 
| void | gucharmap_chartable_set_snap_pow2 () | 
| void | gucharmap_chartable_set_codepoint_list () | 
| GucharmapCodepointList * | gucharmap_chartable_get_codepoint_list () | 
| guint | active-character | Read / Write | 
| GucharmapCodepointList * | codepoint-list | Read / Write | 
| PangoFontDescription * | font-desc | Read / Write | 
| gboolean | font-fallback | Read / Write | 
| gboolean | snap-power-2 | Read / Write | 
| gboolean | zoom-enabled | Read / Write | 
| gboolean | zoom-showing | Read | 
| void | activate | Action | 
| void | copy-clipboard | Action | 
| gboolean | move-cursor | Action | 
| void | paste-clipboard | Action | 
| void | status-message | Run First | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkDrawingArea
                ╰── GucharmapChartable
GucharmapChartable implements AtkImplementorIface, GtkBuildable and GtkScrollable.
void gucharmap_chartable_set_font_desc (GucharmapChartable *chartable,PangoFontDescription *font_desc);
Sets font_desc
 as the font to use to display the character table.
void gucharmap_chartable_set_font_fallback (GucharmapChartable *chartable,gboolean enable_font_fallback);
Since: 2.34
gboolean
gucharmap_chartable_get_font_fallback (GucharmapChartable *chartable);
Since: 2.34
gunichar
gucharmap_chartable_get_active_character
                               (GucharmapChartable *chartable);
void gucharmap_chartable_set_active_character (GucharmapChartable *chartable,gunichar wc);
Sets wc
 as the selected character.
void gucharmap_chartable_set_zoom_enabled (GucharmapChartable *chartable,gboolean enabled);
Enables or disables the zoom popup.
gboolean
gucharmap_chartable_get_zoom_enabled (GucharmapChartable *chartable);
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.
void gucharmap_chartable_set_codepoint_list (GucharmapChartable *chartable,GucharmapCodepointList *codepoint_list);
Sets the codepoint list to show in the character table.
GucharmapCodepointList *
gucharmap_chartable_get_codepoint_list
                               (GucharmapChartable *chartable);
“active-character” property  “active-character”         guint
Owner: GucharmapChartable
Flags: Read / Write
Allowed values: <= 1114111
Default value: 0
“codepoint-list” property“codepoint-list” GucharmapCodepointList *
Owner: GucharmapChartable
Flags: Read / Write
“font-desc” property  “font-desc”                PangoFontDescription *
Owner: GucharmapChartable
Flags: Read / Write
“font-fallback” property  “font-fallback”            gboolean
Whether font fallback is enabled.
Owner: GucharmapChartable
Flags: Read / Write
Default value: TRUE
Since: 2.34
“snap-power-2” property  “snap-power-2”             gboolean
Owner: GucharmapChartable
Flags: Read / Write
Default value: FALSE
“zoom-enabled” property  “zoom-enabled”             gboolean
Owner: GucharmapChartable
Flags: Read / Write
Default value: FALSE
“activate” signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
Flags: Action
“copy-clipboard” signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
Flags: Action
“move-cursor” signalgboolean user_function (GucharmapChartable *gucharmapchartable, GtkMovementStep arg1, int arg2, gpointer user_data)
Flags: Action
“paste-clipboard” signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
Flags: Action
“status-message” signalvoid user_function (GucharmapChartable *gucharmapchartable, char *arg1, gpointer user_data)
Flags: Run First