diff options
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 */ |