diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 2 |
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 | |||
41 | const iString *label_LabelWidget (const iLabelWidget *); | 41 | const iString *label_LabelWidget (const iLabelWidget *); |
42 | const iString *command_LabelWidget (const iLabelWidget *); | 42 | const iString *command_LabelWidget (const iLabelWidget *); |
43 | 43 | ||
44 | iLabelWidget *newColor_LabelWidget(const char *text, int color); | ||
45 | |||
44 | iLocalDef iLabelWidget *newEmpty_LabelWidget(void) { | 46 | iLocalDef iLabelWidget *newEmpty_LabelWidget(void) { |
45 | return new_LabelWidget("", 0, 0, NULL); | 47 | return new_LabelWidget("", 0, 0, NULL); |
46 | } | 48 | } |