This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | gitk_widget_get_value(dialog, widget_id, name) gitk__widget_get_value(dialog,GITK_DIALOG_ACCESS_RENDERER,widget_id,name) |
#define | gitk_widget_set_value(dialog, widget_id, name, data) gitk__widget_set_value(dialog,GITK_DIALOG_ACCESS_RENDERER,widget_id,name,data) |
Functions | |
gchar * | gitk__widget_get_value (GitkDialogPtr const dialog, GitkDialogAccessType access_type, gchar *const widget_id, const gchar *const name) |
get data value of the attribute name of the given widget. don't forget to free the returned value using xmlFree() | |
void | gitk__widget_set_value (GitkDialogPtr const dialog, GitkDialogAccessType access_type, gchar *const widget_id, const gchar *const name, const gchar *const data) |
set data value of the attribute name of the given widget | |
GitkWidgetType | gitk_widget_get_type (xmlNodePtr widget) |
gets the type attribute from a widget node and returns the respective widget type |
Definition in file gitkwidget.h.