diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index aee853a5..aaa897c9 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -7,10 +7,10 @@ | |||
7 | iDeclareWidgetClass(LabelWidget) | 7 | iDeclareWidgetClass(LabelWidget) |
8 | iDeclareObjectConstructionArgs(LabelWidget, const char *label, int key, int kmods, const char *command) | 8 | iDeclareObjectConstructionArgs(LabelWidget, const char *label, int key, int kmods, const char *command) |
9 | 9 | ||
10 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); | ||
10 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 11 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
11 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ | 12 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ |
12 | void setTextCStr_LabelWidget (iLabelWidget *, const char *text); | 13 | void setTextCStr_LabelWidget (iLabelWidget *, const char *text); |
13 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); | ||
14 | 14 | ||
15 | void updateSize_LabelWidget (iLabelWidget *); | 15 | void updateSize_LabelWidget (iLabelWidget *); |
16 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ | 16 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ |