diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 12:03:10 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 12:03:10 +0300 |
commit | 77ecd8cb2fec2c61f37f4c5561b18fad6fe6137a (patch) | |
tree | b2d9087b225ea0bb568c4f80818d0513736a771d /src/ui/labelwidget.h | |
parent | 99044467586a5a37c796a7786834359dfaf30a2c (diff) |
Tight mode for Query/Feeds indicator
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 2 |
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 *); | |||
43 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ | 43 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ |
44 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ | 44 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ |
45 | 45 | ||
46 | void updateTextAndResizeWidthCStr_LabelWidget (iLabelWidget *, const char *text); | ||
47 | |||
46 | iInt2 defaultSize_LabelWidget (const iLabelWidget *); | 48 | iInt2 defaultSize_LabelWidget (const iLabelWidget *); |
47 | int font_LabelWidget (const iLabelWidget *); | 49 | int font_LabelWidget (const iLabelWidget *); |
48 | const iString * text_LabelWidget (const iLabelWidget *); | 50 | const iString * text_LabelWidget (const iLabelWidget *); |