Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkCharSelection
Char selection is a widget which contains all the characters in a font. Connecting a callback to the ok button of the widget you get the selected char.
void gtk_char_selection_set_selection (GtkCharSelection *charsel
,gint selection
);
Sets the selection for the GtkCharSelection widget.
gint
gtk_char_selection_get_selection (GtkCharSelection *charsel
);
Gets the current selection