#include <gitkrincludes.h>
Collaboration diagram for GitkrTextWidget:
Data Fields | |
guint | bg_color |
background color | |
GitkDialogPtr | dialog |
dialog the widget belongs to | |
gboolean | dim_bold |
dim or bold (bright) foreground | |
gint | display_attrs |
compiled display attributes | |
guint | fg_color |
foreground color | |
GitkrWidgetHandlePtr | handle |
process widget invokation | |
gchar | icon |
gchar * | id |
string identification | |
gchar * | label |
display label | |
GitkrWidgetOutputPtr | output |
display widget | |
GitkWidgetType | type |
what kind of widget is it |
Definition at line 64 of file gitk-renderer-text/gitkrincludes.h.
|
background color
Definition at line 67 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_output_layout(), and gitkr_widget_new(). |
|
|
dim or bold (bright) foreground
Definition at line 69 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_output_layout(), and gitkr_widget_new(). |
|
compiled display attributes
Definition at line 70 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_output_layout(), gitkr_widget_output_post(), and gitkr_widget_output_pre(). |
|
foreground color
Definition at line 68 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_output_layout(), and gitkr_widget_new(). |
|
process widget invokation
Definition at line 73 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_widget_action_new(), gitkr_widget_characterinput_alphabetic_new(), gitkr_widget_characterinput_new(), gitkr_widget_label_new(), gitkr_widget_new(), gitkr_widget_optionchoice_boolean_new(), gitkr_widget_optionchoice_new(), and handle_dialog_ctrl_widgets(). |
|
signle character which symbolizes the type of the widget Definition at line 71 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_widget_action_new(), gitkr_widget_characterinput_new(), gitkr_widget_label_new(), gitkr_widget_new(), gitkr_widget_optionchoice_boolean_new(), gitkr_widget_optionchoice_new(), and gitkr_widget_output_pre(). |
|
|
display label
Definition at line 66 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_widget_action_output(), gitkr_widget_characterinput_handle(), gitkr_widget_characterinput_output(), gitkr_widget_new(), gitkr_widget_optionchoice_boolean_output(), gitkr_widget_optionchoice_handle(), and gitkr_widget_optionchoice_output(). |
|
|
what kind of widget is it
Definition at line 65 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_widget_action_new(), gitkr_widget_characterinput_alphabetic_new(), gitkr_widget_characterinput_new(), gitkr_widget_label_new(), gitkr_widget_new(), gitkr_widget_optionchoice_boolean_new(), and gitkr_widget_optionchoice_new(). |