#include <gitkrincludes.h>
Collaboration diagram for GitkrTextLayout:
Data Fields | |
guint | bg_color |
background color | |
GitkrTextLayoutPage | ctrl |
dialog ctrl widgets (such as okay, cancel) | |
gint | currentPage |
page index for member pages | |
gint | currentWidget |
index number of the current active widget | |
gboolean | dim_bold |
dim or bold (bright) foreground | |
guint | fg_color |
foreground color | |
GitkFocusType | focus |
from giml/dialog[focus] | |
gint | maxWidgetsPerPage |
maximum number of widgets on one page | |
gint | numberOfPages |
number of pages in one dialog | |
GitkrTextLayoutPagePtr | pages |
pointer to the separate pages of this dialog | |
gchar * | title |
from giml/dialog/meta/dc:title |
Definition at line 96 of file gitk-renderer-text/gitkrincludes.h.
|
background color
Definition at line 102 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_layout(), and gitkr_dialog_output_layout(). |
|
dialog ctrl widgets (such as okay, cancel)
Definition at line 106 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_dialog_generate_dialog_widgets(), gitkr_dialog_new_layout(), gitkr_dialog_output_layout(), and handle_dialog_ctrl_widgets(). |
|
page index for member pages
Definition at line 98 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_sequential_layout_build_page(), gitkr_dialog_new_layout(), gitkr_dialog_output_layout(), gitkr_layout_get_current_widget(), handle_dialog_main_widgets(), next_page(), next_widget(), prev_page(), and prev_widget(). |
|
index number of the current active widget
Definition at line 100 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_sequential_layout_build_page(), gitkr_dialog_new_layout(), gitkr_dialog_output_layout(), gitkr_layout_get_current_widget(), gitkr_layout_get_current_widget_line(), handle_dialog_ctrl_widgets(), handle_dialog_main_widgets(), next_page(), next_widget(), prev_page(), and prev_widget(). |
|
dim or bold (bright) foreground
Definition at line 104 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_layout(), and gitkr_dialog_output_layout(). |
|
foreground color
Definition at line 103 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_layout(), and gitkr_dialog_output_layout(). |
|
from giml/dialog[focus]
Definition at line 97 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_generate_sequential_layout_build_page(), gitkr_dialog_new_layout(), and gitkr_event_loop_start(). |
|
maximum number of widgets on one page
Definition at line 101 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_dialog_generate_sequential_layout(), gitkr_dialog_generate_sequential_layout_build_page(), gitkr_dialog_generate_sequential_layout_count_pages(), and gitkr_dialog_new_layout(). |
|
number of pages in one dialog
Definition at line 99 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_dialog_generate_sequential_layout(), gitkr_dialog_output_layout(), and next_page(). |
|
pointer to the separate pages of this dialog
Definition at line 105 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_dialog_generate_sequential_layout(), gitkr_dialog_generate_sequential_layout_build_page(), gitkr_dialog_new_layout(), gitkr_dialog_output_layout(), gitkr_layout_get_current_widget(), handle_dialog_main_widgets(), next_widget(), and prev_widget(). |
|
from giml/dialog/meta/dc:title
Definition at line 97 of file gitk-renderer-text/gitkrincludes.h. Referenced by gitkr_dialog_free_layout(), gitkr_dialog_generate_sequential_layout(), gitkr_dialog_new_layout(), and gitkr_dialog_output_layout(). |