|  |  |  | gucharmap Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
GucharmapCharmapPrivate; struct GucharmapCharmap; GtkWidget * gucharmap_charmap_new (void); 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_set_font_desc (GucharmapCharmap *charmap,PangoFontDescription *font_desc); void gucharmap_charmap_set_font_fallback (GucharmapCharmap *charmap,gboolean enable_font_fallback); gboolean gucharmap_charmap_get_font_fallback (GucharmapCharmap *charmap); GucharmapChartable * gucharmap_charmap_get_chartable (GucharmapCharmap *charmap); GucharmapChaptersView * gucharmap_charmap_get_chapters_view (GucharmapCharmap *charmap); void gucharmap_charmap_set_chapters_model (GucharmapCharmap *charmap,GucharmapChaptersModel *model); GucharmapChaptersModel * gucharmap_charmap_get_chapters_model (GucharmapCharmap *charmap); GucharmapCodepointList * gucharmap_charmap_get_book_codepoint_list (GucharmapCharmap *charmap);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkPaned +----GucharmapCharmap
GucharmapCharmap implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"active-chapter" gchar* : Read / Write "active-character" guint : Read / Write "active-codepoint-list" GucharmapCodepointList* : Read "active-page" guint : Read / Write "chapters-model" GucharmapChaptersModel* : Write / Construct "font-desc" PangoFontDescription* : Read / Write "font-fallback" gboolean : Read / Write "snap-power-2" gboolean : Read / Write
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_set_font_desc (GucharmapCharmap *charmap,PangoFontDescription *font_desc);
Sets font_desc as the font to use to display the character table.
| 
 | a PangoFontDescription | 
void gucharmap_charmap_set_font_fallback (GucharmapCharmap *charmap,gboolean enable_font_fallback);
| 
 | a GucharmapCharmap | 
| 
 | whether to enable font fallback | 
Since 2.34
gboolean            gucharmap_charmap_get_font_fallback (GucharmapCharmap *charmap);
| 
 | a GucharmapCharmap | 
| Returns : | whether font fallback is enabled | 
Since 2.34
GucharmapChartable * gucharmap_charmap_get_chartable    (GucharmapCharmap *charmap);
| 
 | a GucharmapCharmap | 
| Returns : | a GucharmapChartable. [transfer none] | 
GucharmapChaptersView * gucharmap_charmap_get_chapters_view
                                                        (GucharmapCharmap *charmap);
Gets the GucharmapChaptersView of charmap
| 
 | a GucharmapCharmap | 
| Returns : | the GucharmapChaptersView. [transfer none] | 
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.
| 
 | a GucharmapCharmap | 
| Returns : | a GucharmapChaptersModel. [transfer none] | 
GucharmapCodepointList * gucharmap_charmap_get_book_codepoint_list
                                                        (GucharmapCharmap *charmap);
| 
 | a GucharmapCharmap | 
| Returns : | the GucharmapCodepointList. Must be freed with g_object_unref(). [transfer full] | 
"active-character" property"active-character" guint : Read / Write
Allowed values: <= 1114111
Default value: 0
"font-fallback" property"font-fallback" gboolean : Read / Write
Whether font fallback is enabled.
Default value: TRUE
Since 2.34
"link-clicked" signalvoid                user_function                      (GucharmapCharmap *gucharmapcharmap,
                                                        guint             arg1,
                                                        guint             arg2,
                                                        gpointer          user_data)             : Run First
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"status-message" signalvoid                user_function                      (GucharmapCharmap *gucharmapcharmap,
                                                        gchar            *arg1,
                                                        gpointer          user_data)             : Run First
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. |