![]() |
![]() |
![]() |
libtomoe-gtk Reference Manual | ![]() |
---|---|---|---|---|
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);
context : |
|
Returns : |
GtkWidget* tomoe_handwriting_get_canvas (TomoeHandwriting *handwriting);
handwriting : |
|
Returns : |
GtkWidget* tomoe_handwriting_get_button_area (TomoeHandwriting *handwriting);
handwriting : |
|
Returns : |
GtkWidget* tomoe_handwriting_get_char_table (TomoeHandwriting *handwriting);
handwriting : |
|
Returns : |
const gchar* tomoe_handwriting_get_selected_char (TomoeHandwriting *handwriting);
handwriting : |
|
Returns : |
TomoeChar* tomoe_handwriting_get_selected_tomoe_char (TomoeHandwriting *handwriting);
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.
tomoe-context
" property"tomoe-context" TomoeContext : Write / Construct Only
A TomoeContext which stores handwriting dictionaries.
void user_function (TomoeHandwriting *tomoehandwriting, gpointer user_data) : Run Last
tomoehandwriting : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |