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

Go to the source code of this file.
Functions | |
| void | gitkr_widget_optionchoice_free_choices (GList *choices) |
| free the choices of an option-choice widget | |
| GList * | gitkr_widget_optionchoice_get_choices (GitkrGtkWidgetPtr widget, xmlNodePtr node) |
| get the choices of an option-choice widget | |
| void | gitkr_widget_optionchoice_new (GitkrGtkWidgetPtr widget, gchar *id, GitkDialogPtr dialog, gchar *label, GtkContainer *container, gboolean box_vert, xmlNodePtr node) |
| create a new option-choice widget | |
Definition in file gitk-renderer-gtk/widgets/gitkrwoptionchoice.c.
|
|
free the choices of an option-choice widget
Definition at line 98 of file gitk-renderer-gtk/widgets/gitkrwoptionchoice.c. |
|
||||||||||||
|
get the choices of an option-choice widget
Definition at line 66 of file gitk-renderer-gtk/widgets/gitkrwoptionchoice.c. References GitkrGtkWidget::dialog, gitk_err, gitk_log, gitk_log2, GITK_NS_PREFIX, gitk_xpath_type_filter(), and GitkrGtkWidgetPtr. |
Here is the call graph for this function:

|
||||||||||||||||||||||||||||||||
|
create a new option-choice widget
Definition at line 17 of file gitk-renderer-gtk/widgets/gitkrwoptionchoice.c. References gitk_log1, GitkDialogPtr, gitkr_widget_new(), gitkr_widget_optionchoice_get_choices(), GitkrGtkWidgetPtr, GitkrGtkWidget::impl, and sighandler_option_widget_on_changed(). |
Here is the call graph for this function:

1.3.6