![]() |
![]() |
![]() |
libtomoe-gtk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
TomoeHandwriting; GtkWidget * tomoe_handwriting_new (TomoeContext *context
); 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
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTable +----TomoeHandwriting
"button-area" GtkWidget* : Read "canvas" GtkWidget* : Read "char-table" GtkWidget* : Read "tomoe-context" TomoeContext* : Write / Construct Only
GtkWidget * tomoe_handwriting_new (TomoeContext *context
);
|
|
Returns : |
GtkWidget * tomoe_handwriting_get_canvas (TomoeHandwriting *handwriting
);
|
|
Returns : |
GtkWidget * tomoe_handwriting_get_button_area (TomoeHandwriting *handwriting
);
|
|
Returns : |
GtkWidget * tomoe_handwriting_get_char_table (TomoeHandwriting *handwriting
);
|
|
Returns : |
const gchar * tomoe_handwriting_get_selected_char (TomoeHandwriting *handwriting
);
|
|
Returns : |
TomoeChar * tomoe_handwriting_get_selected_tomoe_char
(TomoeHandwriting *handwriting
);
|
|
Returns : |
"button-area"
property"button-area" GtkWidget* : Read
The button area widget inside of the TomoeHandwriting container.
"canvas"
property"canvas" GtkWidget* : Read
The TomoeCavas widget inside of the TomoeHandwriting container.
"char-table"
property"char-table" GtkWidget* : Read
A candidates view widget inside of the TomoeHandwriting container.
"selected"
signalvoid user_function (TomoeHandwriting *tomoehandwriting, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |