#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-phone/widgets/gitkrwoptionchoiceboolean.c:
Go to the source code of this file.
Functions | |
gboolean | gitkr_widget_optionchoice_boolean_handle (GitkrPhoneWidgetPtr widget) |
handle events of a option-choice/boolean widget | |
void | gitkr_widget_optionchoice_boolean_new (GitkrPhoneWidgetPtr widget, GitkDialogPtr dialog, xmlNodePtr node) |
create a new optionchoice/boolean widget | |
void | gitkr_widget_optionchoice_boolean_output (GitkrPhoneWidgetPtr widget, gboolean active) |
display an option-choice/boolean widget |
Definition in file gitk-renderer-phone/widgets/gitkrwoptionchoiceboolean.c.
|
handle events of a option-choice/boolean widget
Definition at line 47 of file gitk-renderer-phone/widgets/gitkrwoptionchoiceboolean.c. References capi_text_output(), capiinfo, GitkrPhoneWidget::dialog, ftinfo, gitkr_widget_get_value(), gitkr_widget_set_value(), GitkrPhoneWidgetPtr, and GitkrPhoneWidget::id. Referenced by gitkr_widget_optionchoice_boolean_new(). |
Here is the call graph for this function:
|
create a new optionchoice/boolean widget
Definition at line 18 of file gitk-renderer-phone/widgets/gitkrwoptionchoiceboolean.c. References GITK_WIDGET_TYPE_OPTIONCHOICE_BOOLEAN, GitkDialogPtr, gitkr_widget_new(), gitkr_widget_optionchoice_boolean_handle(), gitkr_widget_optionchoice_boolean_output(), GitkrPhoneWidgetPtr, GitkrPhoneWidget::handle, GitkrPhoneWidget::output, and GitkrPhoneWidget::type. |
Here is the call graph for this function:
|
display an option-choice/boolean widget
Definition at line 26 of file gitk-renderer-phone/widgets/gitkrwoptionchoiceboolean.c. References capi_text_output(), capiinfo, GitkrPhoneWidget::dialog, ftinfo, gitkr_widget_get_value(), GitkrPhoneWidgetPtr, GitkrPhoneWidget::id, and GitkrPhoneWidget::label. Referenced by gitkr_widget_optionchoice_boolean_new(). |
Here is the call graph for this function: