diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index f6343273..b8b6fd87 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -32,6 +32,7 @@ iDeclareObjectConstructionArgs(LabelWidget, const char *label, const char *comma | |||
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 setNoTopFrame_LabelWidget (iLabelWidget *, iBool noTopFrame); | 34 | void setNoTopFrame_LabelWidget (iLabelWidget *, iBool noTopFrame); |
35 | void setWrap_LabelWidget (iLabelWidget *, iBool wrap); | ||
35 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); | 36 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); |
36 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 37 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
37 | void setTextColor_LabelWidget (iLabelWidget *, int color); | 38 | void setTextColor_LabelWidget (iLabelWidget *, int color); |
@@ -53,6 +54,7 @@ const iString * text_LabelWidget (const iLabelWidget *); | |||
53 | const iString * sourceText_LabelWidget (const iLabelWidget *); /* untranslated */ | 54 | const iString * sourceText_LabelWidget (const iLabelWidget *); /* untranslated */ |
54 | const iString * command_LabelWidget (const iLabelWidget *); | 55 | const iString * command_LabelWidget (const iLabelWidget *); |
55 | iChar icon_LabelWidget (const iLabelWidget *); | 56 | iChar icon_LabelWidget (const iLabelWidget *); |
57 | iBool isWrapped_LabelWidget (const iLabelWidget *); | ||
56 | 58 | ||
57 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); | 59 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); |
58 | iLabelWidget *newColor_LabelWidget (const char *text, int color); | 60 | iLabelWidget *newColor_LabelWidget (const char *text, int color); |