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.h6
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 *);
40void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ 40void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */
41void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ 41void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */
42 42
43const iString *text_LabelWidget (const iLabelWidget *); 43iInt2 defaultSize_LabelWidget (const iLabelWidget *);
44const iString *command_LabelWidget (const iLabelWidget *); 44int font_LabelWidget (const iLabelWidget *);
45const iString * text_LabelWidget (const iLabelWidget *);
46const iString * command_LabelWidget (const iLabelWidget *);
45 47
46iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); 48iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command);
47iLabelWidget *newColor_LabelWidget (const char *text, int color); 49iLabelWidget *newColor_LabelWidget (const char *text, int color);