diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index 266c3b02..83dd66e5 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -40,8 +40,10 @@ void updateSize_LabelWidget (iLabelWidget *); | |||
40 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ | 40 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ |
41 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ | 41 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ |
42 | 42 | ||
43 | const iString *text_LabelWidget (const iLabelWidget *); | 43 | iInt2 defaultSize_LabelWidget (const iLabelWidget *); |
44 | const iString *command_LabelWidget (const iLabelWidget *); | 44 | int font_LabelWidget (const iLabelWidget *); |
45 | const iString * text_LabelWidget (const iLabelWidget *); | ||
46 | const iString * command_LabelWidget (const iLabelWidget *); | ||
45 | 47 | ||
46 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); | 48 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); |
47 | iLabelWidget *newColor_LabelWidget (const char *text, int color); | 49 | iLabelWidget *newColor_LabelWidget (const char *text, int color); |