Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | tomoe_window_new () |
GtkWidget * | tomoe_window_get_notebook () |
void | tomoe_window_append_page () |
GtkWidget * | tomoe_window_get_handwriting_page () |
GtkWidget * | tomoe_window_get_reading_search_page () |
GtkWidget * | tomoe_window_get_gucharmap_page () |
const gchar * | tomoe_window_get_selected_char () |
TomoeChar * | tomoe_window_get_selected_tomoe_char () |
GtkWidget * | gucharmap-page | Read |
GtkWidget * | handwriting-page | Read |
GtkWidget * | reading-search-page | Read |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── TomoeWindow
void tomoe_window_append_page (TomoeWindow *window
,GtkWidget *page
,GtkWidget *label
,const gchar *label_text
);
GtkWidget *
tomoe_window_get_handwriting_page (TomoeWindow *window
);
GtkWidget *
tomoe_window_get_reading_search_page (TomoeWindow *window
);
GtkWidget *
tomoe_window_get_gucharmap_page (TomoeWindow *window
);
const gchar *
tomoe_window_get_selected_char (TomoeWindow *window
);
TomoeChar *
tomoe_window_get_selected_tomoe_char (TomoeWindow *window
);
“gucharmap-page”
property“gucharmap-page” GtkWidget *
The TomoeGucharmap widget inside of the TomoeWindow.
Flags: Read
“handwriting-page”
property“handwriting-page” GtkWidget *
The TomoeHandwriting widget inside of the TomoeWindow.
Flags: Read
“reading-search-page”
property“reading-search-page” GtkWidget *
The TomoeReadingSearch widget inside of the TomoeWindow.
Flags: Read
“selected”
signalvoid user_function (TomoeWindow *tomoewindow, gpointer user_data)
tomoewindow |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last