diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 16:08:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 16:10:05 +0300 |
commit | 51dc5b1ef584a9aa214c518101b951f1745a6fc9 (patch) | |
tree | b904890f57bbf7e4412fd51cef8682cf37657663 /src/ui/labelwidget.h | |
parent | 3b31ab31eb52578693acee07fdcf84fbeff72707 (diff) |
Added an identity creation dialog
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 | } |