#include <gitkrincludes.h>
Collaboration diagram for GitkrGtkWidget:

Data Fields | |
| GitkDialogPtr | dialog |
| dialog the widget belongs to | |
| gchar * | id |
| string identification | |
| GtkWidget * | impl |
| the widget implementation | |
| GitkWidgetType | type |
| what kind of widget is it | |
Definition at line 30 of file gitk-renderer-gtk/gitkrincludes.h.
|
|
dialog the widget belongs to
Definition at line 31 of file gitk-renderer-gtk/gitkrincludes.h. Referenced by gitkr_widget_new(), gitkr_widget_optionchoice_get_choices(), sighandler_editable_widget_on_changed(), and sighandler_option_widget_on_changed(). |
|
|
string identification
Definition at line 31 of file gitk-renderer-gtk/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_widget_new(), sighandler_editable_widget_on_changed(), and sighandler_option_widget_on_changed(). |
|
|
the widget implementation
Definition at line 32 of file gitk-renderer-gtk/gitkrincludes.h. Referenced by gitkr_dialog_generate_layout(), gitkr_dialog_generate_layout_walker(), gitkr_widget_action_new(), gitkr_widget_characterinput_new(), gitkr_widget_label_new(), gitkr_widget_optionchoice_boolean_new(), gitkr_widget_optionchoice_new(), and sighandler_option_widget_on_changed(). |
|
|
what kind of widget is it
Definition at line 31 of file gitk-renderer-gtk/gitkrincludes.h. Referenced by gitkr_dialog_generate_layout_walker(). |
1.3.6