diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-03 07:46:16 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-03 07:46:16 +0200 |
commit | 6e917280380316eba77b1dfa983daf488510e70f (patch) | |
tree | 50b31d131b6a4aa7edd6b90e8ed34b4706cf74ac /src/ui/labelwidget.h | |
parent | ba90c9f0b61419b4d8878276be898cc0012a37a0 (diff) |
Mobile: Manage Identities via Settings
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 6f1b7902..4f605d6b 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -38,6 +38,7 @@ void setWrap_LabelWidget (iLabelWidget *, iBool wrap); | |||
38 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); | 38 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); |
39 | void setAllCaps_LabelWidget (iLabelWidget *, iBool allCaps); | 39 | void setAllCaps_LabelWidget (iLabelWidget *, iBool allCaps); |
40 | void setRemoveTrailingColon_LabelWidget (iLabelWidget *, iBool removeTrailingColon); | 40 | void setRemoveTrailingColon_LabelWidget (iLabelWidget *, iBool removeTrailingColon); |
41 | void setTextOffset_LabelWidget (iLabelWidget *, iInt2 offset); | ||
41 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 42 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
42 | void setTextColor_LabelWidget (iLabelWidget *, int color); | 43 | void setTextColor_LabelWidget (iLabelWidget *, int color); |
43 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ | 44 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ |