summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 16:08:42 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 16:10:05 +0300
commit51dc5b1ef584a9aa214c518101b951f1745a6fc9 (patch)
treeb904890f57bbf7e4412fd51cef8682cf37657663 /src/ui/labelwidget.h
parent3b31ab31eb52578693acee07fdcf84fbeff72707 (diff)
Added an identity creation dialog
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}