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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h
index e38a1dc8..25cde95c 100644
--- a/src/ui/labelwidget.h
+++ b/src/ui/labelwidget.h
@@ -43,6 +43,8 @@ void updateSize_LabelWidget (iLabelWidget *);
43void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ 43void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */
44void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ 44void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */
45 45
46void updateTextAndResizeWidthCStr_LabelWidget (iLabelWidget *, const char *text);
47
46iInt2 defaultSize_LabelWidget (const iLabelWidget *); 48iInt2 defaultSize_LabelWidget (const iLabelWidget *);
47int font_LabelWidget (const iLabelWidget *); 49int font_LabelWidget (const iLabelWidget *);
48const iString * text_LabelWidget (const iLabelWidget *); 50const iString * text_LabelWidget (const iLabelWidget *);