summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-03 07:46:16 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-03 07:46:16 +0200
commit6e917280380316eba77b1dfa983daf488510e70f (patch)
tree50b31d131b6a4aa7edd6b90e8ed34b4706cf74ac /src/ui/labelwidget.h
parentba90c9f0b61419b4d8878276be898cc0012a37a0 (diff)
Mobile: Manage Identities via Settings
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r--src/ui/labelwidget.h1
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);
38void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); 38void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline);
39void setAllCaps_LabelWidget (iLabelWidget *, iBool allCaps); 39void setAllCaps_LabelWidget (iLabelWidget *, iBool allCaps);
40void setRemoveTrailingColon_LabelWidget (iLabelWidget *, iBool removeTrailingColon); 40void setRemoveTrailingColon_LabelWidget (iLabelWidget *, iBool removeTrailingColon);
41void setTextOffset_LabelWidget (iLabelWidget *, iInt2 offset);
41void setFont_LabelWidget (iLabelWidget *, int fontId); 42void setFont_LabelWidget (iLabelWidget *, int fontId);
42void setTextColor_LabelWidget (iLabelWidget *, int color); 43void setTextColor_LabelWidget (iLabelWidget *, int color);
43void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ 44void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */