Data Fields | |
ErGtkKeyb * | parent |
gint | key_num |
GtkWidget * | button |
ergtk_keyfacetype | key_facetype |
union { | |
GtkWidget * label | |
GtkWidget * image | |
} | u |
Definition at line 134 of file ergtk-keyb.c.
GtkWidget* _ErGtkKey::button |
Definition at line 137 of file ergtk-keyb.c.
Referenced by ergtk_keyb_create_key_in_table(), ergtk_keyb_finalize(), and ergtk_keyb_redraw_keyboard().
GtkWidget* _ErGtkKey::image |
Definition at line 141 of file ergtk-keyb.c.
Referenced by ergtk_keyb_create_key_in_table(), and ergtk_keyb_finalize().
Definition at line 138 of file ergtk-keyb.c.
Referenced by ergtk_keyb_create_key_in_table(), ergtk_keyb_finalize(), and ergtk_keyb_populate().
gint _ErGtkKey::key_num |
Definition at line 136 of file ergtk-keyb.c.
Referenced by ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_finalize(), and ergtk_keyb_populate().
GtkWidget* _ErGtkKey::label |
Definition at line 140 of file ergtk-keyb.c.
Referenced by ergtk_keyb_create_key_in_table(), ergtk_keyb_finalize(), and ergtk_keyb_redraw_keyboard().
Definition at line 135 of file ergtk-keyb.c.
Referenced by ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_finalize(), and ergtk_keyb_populate().
union { ... } _ErGtkKey::u |
Referenced by ergtk_keyb_create_key_in_table(), ergtk_keyb_finalize(), and ergtk_keyb_redraw_keyboard().