summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-28 12:21:42 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-28 12:21:42 +0100
commit843ccc1e41504db4ed9ab38b052747b112779332 (patch)
treebb574c4c0068711b211a90215686d1a0bb66b8ab /include/widgets/widget-internal.h
parentdfc8a3112637d9e9deddc38321c4523c34b5bc0e (diff)
Update drawing, background per widget.
Diffstat (limited to 'include/widgets/widget-internal.h')
-rw-r--r--include/widgets/widget-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index 5d810cf2..940738fc 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -52,7 +52,9 @@ struct _widget
/** Name of widget (used for theming) */
char *name;
char *class_name;
+ const char *state;
};
void widget_init ( widget *widget , const char *name, const char *class_name );
+void widget_set_state ( widget *widget, const char *state );
#endif // WIDGET_INTERNAL_H