Top | ![]() |
![]() |
![]() |
![]() |
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.
Flags: Read
“canvas”
property“canvas” GtkWidget *
The TomoeCavas widget inside of the TomoeHandwriting container.
Flags: Read
“char-table”
property“char-table” GtkWidget *
A candidates view widget inside of the TomoeHandwriting container.
Flags: Read
“selected”
signalvoid user_function (TomoeHandwriting *tomoehandwriting, gpointer user_data)
tomoehandwriting |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last