#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-text/widgets/gitkrw.c:
Go to the source code of this file.
Functions | |
void | gitkr_widget_new (GitkrTextWidgetPtr widget, GitkDialogPtr dialog, xmlNodePtr node) |
create a new widget | |
void | gitkr_widget_output_post (GitkrTextWidgetPtr widget, gint line, gboolean active) |
display a widget (common post) | |
void | gitkr_widget_output_pre (GitkrTextWidgetPtr widget, gint line, gboolean active) |
display a widget (common pre) |
Definition in file gitk-renderer-text/widgets/gitkrw.c.
|
Here is the call graph for this function:
|
display a widget (common post)
Definition at line 52 of file gitk-renderer-text/widgets/gitkrw.c. References GitkrTextWidget::display_attrs, and GitkrTextWidgetPtr. Referenced by gitkr_widget_action_output(), gitkr_widget_characterinput_output(), gitkr_widget_label_output(), gitkr_widget_optionchoice_boolean_output(), and gitkr_widget_optionchoice_output(). |
|
display a widget (common pre)
Definition at line 45 of file gitk-renderer-text/widgets/gitkrw.c. References GitkrTextWidget::display_attrs, GitkrTextWidgetPtr, and GitkrTextWidget::icon. Referenced by gitkr_widget_action_output(), gitkr_widget_characterinput_handle(), gitkr_widget_characterinput_output(), gitkr_widget_label_output(), gitkr_widget_optionchoice_boolean_output(), gitkr_widget_optionchoice_handle(), and gitkr_widget_optionchoice_output(). |