|  |  |  | gucharmap Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
                    GucharmapCharmapPrivate;
                    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);
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
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkPaned
                                 +----GucharmapCharmap
"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 "orientation" GtkOrientation : Read / Write / Construct "snap-power-2" gboolean : Read / Write
void                gucharmap_charmap_set_active_character
                                                        (GucharmapCharmap *charmap,
                                                         gunichar uc);
| 
 | |
| 
 | 
gunichar            gucharmap_charmap_get_active_character
                                                        (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
void                gucharmap_charmap_set_active_chapter
                                                        (GucharmapCharmap *charmap,
                                                         const gchar *chapter);
| 
 | |
| 
 | 
char *              gucharmap_charmap_get_active_chapter
                                                        (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
void gucharmap_charmap_set_font_desc (GucharmapCharmap *charmap, PangoFontDescription *font_desc);
| 
 | |
| 
 | 
GucharmapChartable * gucharmap_charmap_get_chartable (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
GucharmapChaptersView * gucharmap_charmap_get_chapters_view (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
void                gucharmap_charmap_set_chapters_model
                                                        (GucharmapCharmap *charmap,
                                                         GucharmapChaptersModel *model);
| 
 | |
| 
 | 
GucharmapChaptersModel * gucharmap_charmap_get_chapters_model (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
GucharmapCodepointList * gucharmap_charmap_get_book_codepoint_list (GucharmapCharmap *charmap);
| 
 | |
| Returns : | 
"active-character" property"active-character" guint : Read / Write
Allowed values: <= 1114111
Default value: 0
"orientation" property"orientation" GtkOrientation : Read / Write / Construct
Default value: GTK_ORIENTATION_HORIZONTAL
"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. |