diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 12:46:12 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 12:46:12 +0300 |
commit | 00a67e05bd6b1b2a8a8a65b3611c59c3a253e755 (patch) | |
tree | d29ca21e29e53b11d700756f2eafeec1e780a4c5 /src/ui/labelwidget.h | |
parent | c013b8f50c102df14ecf8327ca1a3cb023247086 (diff) |
Mobile: Draw Identity button as outline
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index 25cde95c..25c873fc 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -31,6 +31,7 @@ iDeclareObjectConstructionArgs(LabelWidget, const char *label, const char *comma | |||
31 | 31 | ||
32 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); | 32 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); |
33 | void setNoAutoMinHeight_LabelWidget(iLabelWidget *, iBool noAutoMinHeight); | 33 | void setNoAutoMinHeight_LabelWidget(iLabelWidget *, iBool noAutoMinHeight); |
34 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); | ||
34 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 35 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
35 | void setTextColor_LabelWidget (iLabelWidget *, int color); | 36 | void setTextColor_LabelWidget (iLabelWidget *, int color); |
36 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ | 37 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ |