#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-text/widgets/gitkrwaction.c:

Go to the source code of this file.
Functions | |
| gboolean | gitkr_widget_action_handle (GitkrTextWidgetPtr widget, gint line) |
| handle events of an action widget | |
| void | gitkr_widget_action_new (GitkrTextWidgetPtr widget, GitkDialogPtr dialog, xmlNodePtr node) |
| create a new action widget | |
| void | gitkr_widget_action_output (GitkrTextWidgetPtr widget, gint line, gboolean active) |
| display an action widget | |
Definition in file gitk-renderer-text/widgets/gitkrwaction.c.
|
||||||||||||
|
handle events of an action widget
Definition at line 37 of file gitk-renderer-text/widgets/gitkrwaction.c. References GitkrTextWidgetPtr. |
|
||||||||||||||||
|
create a new action widget
Definition at line 18 of file gitk-renderer-text/widgets/gitkrwaction.c. References GITK_WIDGET_TYPE_ACTION, GitkDialogPtr, gitkr_widget_action_handle(), gitkr_widget_action_output(), gitkr_widget_new(), GitkrTextWidgetPtr, GitkrTextWidget::handle, GitkrTextWidget::icon, GitkrTextWidget::output, and GitkrTextWidget::type. Referenced by gitkr_dialog_generate_layout(), gitkr_dialog_generate_layout_walker(), and gitkr_dialog_generate_sequential_layout_build_page(). |
Here is the call graph for this function:

|
||||||||||||||||
|
display an action widget
Definition at line 27 of file gitk-renderer-text/widgets/gitkrwaction.c. References ftinfo, gitkr_widget_output_post(), gitkr_widget_output_pre(), GitkrTextWidgetPtr, and GitkrTextWidget::label. |
Here is the call graph for this function:

1.3.6