summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r--src/ui/labelwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h
index 64f96aed..c55ecd08 100644
--- a/src/ui/labelwidget.h
+++ b/src/ui/labelwidget.h
@@ -41,6 +41,8 @@ void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not r
41const iString *label_LabelWidget (const iLabelWidget *); 41const iString *label_LabelWidget (const iLabelWidget *);
42const iString *command_LabelWidget (const iLabelWidget *); 42const iString *command_LabelWidget (const iLabelWidget *);
43 43
44iLabelWidget *newColor_LabelWidget(const char *text, int color);
45
44iLocalDef iLabelWidget *newEmpty_LabelWidget(void) { 46iLocalDef iLabelWidget *newEmpty_LabelWidget(void) {
45 return new_LabelWidget("", 0, 0, NULL); 47 return new_LabelWidget("", 0, 0, NULL);
46} 48}