| Top |
| GtkWidget * | tomoe_handwriting_new () |
| GtkWidget * | tomoe_handwriting_get_canvas () |
| GtkWidget * | tomoe_handwriting_get_button_area () |
| GtkWidget * | tomoe_handwriting_get_char_table () |
| const gchar * | tomoe_handwriting_get_selected_char () |
| TomoeChar * | tomoe_handwriting_get_selected_tomoe_char () |
| GtkWidget * | button-area | Read |
| GtkWidget * | canvas | Read |
| GtkWidget * | char-table | Read |
| TomoeContext * | tomoe-context | Write / Construct Only |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkTable
╰── TomoeHandwriting
GtkWidget *
tomoe_handwriting_get_canvas (TomoeHandwriting *handwriting);
GtkWidget *
tomoe_handwriting_get_button_area (TomoeHandwriting *handwriting);
GtkWidget *
tomoe_handwriting_get_char_table (TomoeHandwriting *handwriting);
const gchar *
tomoe_handwriting_get_selected_char (TomoeHandwriting *handwriting);
TomoeChar *
tomoe_handwriting_get_selected_tomoe_char
(TomoeHandwriting *handwriting);
“button-area” property“button-area” GtkWidget *
The button area widget inside of the TomoeHandwriting container.
Owner: TomoeHandwriting
Flags: Read
“canvas” property“canvas” GtkWidget *
The TomoeCavas widget inside of the TomoeHandwriting container.
Owner: TomoeHandwriting
Flags: Read
“char-table” property“char-table” GtkWidget *
A candidates view widget inside of the TomoeHandwriting container.
Owner: TomoeHandwriting
Flags: Read
“selected” signalvoid user_function (TomoeHandwriting *tomoehandwriting, gpointer user_data)
Flags: Run Last