#include "gitkincludes.h"
Include dependency graph for gitkwidget.c:
Go to the source code of this file.
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.c.