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 5b2efc42..c91793e5 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -33,6 +33,7 @@ void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); | |||
33 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 33 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
34 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ | 34 | void setText_LabelWidget (iLabelWidget *, const iString *text); /* resizes widget */ |
35 | void setTextCStr_LabelWidget (iLabelWidget *, const char *text); | 35 | void setTextCStr_LabelWidget (iLabelWidget *, const char *text); |
36 | void setCommand_LabelWidget (iLabelWidget *, const iString *command); | ||
36 | 37 | ||
37 | void updateSize_LabelWidget (iLabelWidget *); | 38 | void updateSize_LabelWidget (iLabelWidget *); |
38 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ | 39 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ |