Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GucharmapChaptersView
GtkWidget *
gucharmap_chapters_view_new (void
);
Creates a new GucharmapChaptersView object.
void gucharmap_chapters_view_set_model (GucharmapChaptersView *view
,GucharmapChaptersModel *model
);
GucharmapChaptersModel *
gucharmap_chapters_view_get_model (GucharmapChaptersView *view
);
Gets the GucharmapChaptersModel of view.
gboolean gucharmap_chapters_view_select_character (GucharmapChaptersView *view
,gunichar wc
);
GucharmapCodepointList *
gucharmap_chapters_view_get_codepoint_list
(GucharmapChaptersView *view
);
Creates a new GucharmapCodepointList representing the characters in the current chapter.
the newly-created GucharmapCodepointList,
or NULL if there is no chapter selected. The caller should release the
result with g_object_unref()
when finished.
[transfer full]
GucharmapCodepointList *
gucharmap_chapters_view_get_book_codepoint_list
(GucharmapChaptersView *view
);
a reference to a GucharmapCodepointList representing
all the characters in all the chapters. It should not be modified, but must
be g_object_unref()
'd after use.
[transfer full]
void
gucharmap_chapters_view_previous (GucharmapChaptersView *view
);
Moves to the previous chapter if applicable.
gchar *
gucharmap_chapters_view_get_selected (GucharmapChaptersView *view
);
gboolean gucharmap_chapters_view_set_selected (GucharmapChaptersView *view
,const gchar *name
);
gboolean
gucharmap_chapters_view_select_locale (GucharmapChaptersView *view
);