| Top |  |  |  |  | 
| char * | active-chapter | Read / Write | 
| guint | active-character | Read / Write | 
| GucharmapCodepointList * | active-codepoint-list | Read | 
| guint | active-page | Read / Write | 
| GucharmapChaptersModel * | chapters-model | Write / Construct | 
| PangoFontDescription * | font-desc | Read / Write | 
| gboolean | font-fallback | Read / Write | 
| gboolean | snap-power-2 | Read / Write | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkPaned
                    ╰── GucharmapCharmap
void gucharmap_charmap_set_active_character (GucharmapCharmap *charmap,gunichar uc);
gunichar
gucharmap_charmap_get_active_character
                               (GucharmapCharmap *charmap);
void gucharmap_charmap_set_active_chapter (GucharmapCharmap *charmap,const gchar *chapter);
char *
gucharmap_charmap_get_active_chapter (GucharmapCharmap *charmap);
void
gucharmap_charmap_previous_chapter (GucharmapCharmap *charmap);
void gucharmap_charmap_set_font_desc (GucharmapCharmap *charmap,PangoFontDescription *font_desc);
Sets font_desc
 as the font to use to display the character table.
PangoFontDescription *
gucharmap_charmap_get_font_desc (GucharmapCharmap *charmap);
void gucharmap_charmap_set_font_fallback (GucharmapCharmap *charmap,gboolean enable_font_fallback);
Since: 2.34
gboolean
gucharmap_charmap_get_font_fallback (GucharmapCharmap *charmap);
Since: 2.34
GucharmapChaptersView *
gucharmap_charmap_get_chapters_view (GucharmapCharmap *charmap);
Gets the GucharmapChaptersView of charmap
void gucharmap_charmap_set_chapters_model (GucharmapCharmap *charmap,GucharmapChaptersModel *model);
GucharmapChaptersModel *
gucharmap_charmap_get_chapters_model (GucharmapCharmap *charmap);
Gets the GucharmapChaptersModel associated with the GucharmapChaptersView
of charmap
.
GucharmapCodepointList *
gucharmap_charmap_get_active_codepoint_list
                               (GucharmapCharmap *charmap);
Gets the GucharmapCodepointList
 associated with the GucharmapChartable of
charmap
.
GucharmapCodepointList *
gucharmap_charmap_get_book_codepoint_list
                               (GucharmapCharmap *charmap);
void gucharmap_charmap_set_chapters_visible (GucharmapCharmap *charmap,gboolean visible);
gboolean
gucharmap_charmap_get_chapters_visible
                               (GucharmapCharmap *charmap);
void gucharmap_charmap_set_page_visible (GucharmapCharmap *charmap,int page,gboolean visible);
gboolean gucharmap_charmap_get_page_visible (GucharmapCharmap *charmap,int page);
void gucharmap_charmap_set_active_page (GucharmapCharmap *charmap,int page);
int
gucharmap_charmap_get_active_page (GucharmapCharmap *charmap);
void gucharmap_charmap_set_snap_pow2 (GucharmapCharmap *charmap,gboolean snap);
Sets whether the number columns the character table shows should always be a power of 2.
gboolean
gucharmap_charmap_get_snap_pow2 (GucharmapCharmap *charmap);
Returns whether the number of columns the character table shows is always a power of 2.
GucharmapChartable *
gucharmap_charmap_get_chartable (GucharmapCharmap *charmap);
“active-chapter” property  “active-chapter”           char *
Active chapter.
Owner: GucharmapCharmap
Flags: Read / Write
Default value: NULL
“active-character” property  “active-character”         guint
Active character.
Owner: GucharmapCharmap
Flags: Read / Write
Allowed values: <= 1114111
Default value: 0
“active-codepoint-list” property“active-codepoint-list” GucharmapCodepointList *
Active codepoint list.
Owner: GucharmapCharmap
Flags: Read
“active-page” property  “active-page”              guint
Active page.
Owner: GucharmapCharmap
Flags: Read / Write
Default value: 0
“chapters-model” property“chapters-model” GucharmapChaptersModel *
Chapter model.
Owner: GucharmapCharmap
Flags: Write / Construct
“font-desc” property  “font-desc”                PangoFontDescription *
Font description.
Owner: GucharmapCharmap
Flags: Read / Write
“font-fallback” property  “font-fallback”            gboolean
Whether font fallback is enabled.
Owner: GucharmapCharmap
Flags: Read / Write
Default value: TRUE
Since: 2.34
“link-clicked” signalvoid user_function (GucharmapCharmap *gucharmapcharmap, guint arg1, guint arg2, gpointer user_data)
Flags: Run First
“status-message” signalvoid user_function (GucharmapCharmap *gucharmapcharmap, char *arg1, gpointer user_data)
Flags: Run First