From 51dc5b1ef584a9aa214c518101b951f1745a6fc9 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 23 Aug 2020 16:08:42 +0300 Subject: Added an identity creation dialog --- src/ui/labelwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/labelwidget.h') 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 const iString *label_LabelWidget (const iLabelWidget *); const iString *command_LabelWidget (const iLabelWidget *); +iLabelWidget *newColor_LabelWidget(const char *text, int color); + iLocalDef iLabelWidget *newEmpty_LabelWidget(void) { return new_LabelWidget("", 0, 0, NULL); } -- cgit v1.2.3