| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkSearchBar
╰── UnicodeSearchBar
This widget provides a way to search for characters by name, value or other information.
GtkWidget *
unicode_search_bar_new (void);
A newly created UnicodeSearchBar.
Free the returned object using . g_object_unref()
[transfer full]
void unicode_search_bar_set_character_map (UnicodeSearchBar *self,UnicodeCharacterMap *character_map);