diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-01 20:37:00 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-01 20:37:00 +0300 |
commit | cdc63088603169874b1e98aaf4196cc252a1eee9 (patch) | |
tree | 18bb186068653865f4fd91bcb385b33a384c8a1f /src/ui/inputwidget.h | |
parent | 395cb3a996482c9e9fc27e00b4259219f85ec663 (diff) |
UploadWidget: Allow expanding to full window height
Diffstat (limited to 'src/ui/inputwidget.h')
-rw-r--r-- | src/ui/inputwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h index 959eb334..a94291ed 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -63,6 +63,8 @@ void setUrlContent_InputWidget (iInputWidget *, iBool isUrl); | |||
63 | void setNotifyEdits_InputWidget (iInputWidget *, iBool notifyEdits); | 63 | void setNotifyEdits_InputWidget (iInputWidget *, iBool notifyEdits); |
64 | void setEatEscape_InputWidget (iInputWidget *, iBool eatEscape); | 64 | void setEatEscape_InputWidget (iInputWidget *, iBool eatEscape); |
65 | 65 | ||
66 | int minLines_InputWidget (const iInputWidget *); | ||
67 | int maxLines_InputWidget (const iInputWidget *); | ||
66 | iInputWidgetContentPadding contentPadding_InputWidget (const iInputWidget *); | 68 | iInputWidgetContentPadding contentPadding_InputWidget (const iInputWidget *); |
67 | const iString * text_InputWidget (const iInputWidget *); | 69 | const iString * text_InputWidget (const iInputWidget *); |
68 | 70 | ||