From 9293c8b8ce5580c3be0d29366ca4287a706ee03e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 14 Oct 2016 18:56:09 +0200 Subject: More docu updates --- source/widgets/textbox.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/widgets') diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c index 6e9fbed8..3f659d8b 100644 --- a/source/widgets/textbox.c +++ b/source/widgets/textbox.c @@ -56,11 +56,18 @@ typedef struct Color hlbg; } RowColor; +/** Number of states */ #define num_states 3 +/** + * Different colors for the different states + */ RowColor colors[num_states]; +/** Default pango context */ static PangoContext *p_context = NULL; +/** The pango font metrics */ static PangoFontMetrics *p_metrics = NULL; + static gboolean textbox_blink ( gpointer data ) { textbox *tb = (textbox *) data; -- cgit v1.2.3