summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
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 */