diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 15:01:41 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 15:01:41 +0300 |
commit | d3030ff846ba3673f96ca142935b2f1e1b954423 (patch) | |
tree | 814d8333d6d91206b6e709af33343a211fddca09 /src/ui/inputwidget.h | |
parent | 96675f86a5a35b8d35f0aa4d17db47b200da9ae4 (diff) |
Mobile: Horizontal sidebar animation
Also fixing glitch with search input field where pressing Return would insert newline.
Diffstat (limited to 'src/ui/inputwidget.h')
-rw-r--r-- | src/ui/inputwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h index f8c5bf1e..c70d9ad6 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -51,6 +51,7 @@ void setCursor_InputWidget (iInputWidget *, size_t pos); | |||
51 | void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ | 51 | void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ |
52 | void setMaxLayoutLines_InputWidget (iInputWidget *, size_t maxLayoutLines); | 52 | void setMaxLayoutLines_InputWidget (iInputWidget *, size_t maxLayoutLines); |
53 | void setValidator_InputWidget (iInputWidget *, iInputWidgetValidatorFunc validator, void *context); | 53 | void setValidator_InputWidget (iInputWidget *, iInputWidgetValidatorFunc validator, void *context); |
54 | void setEnterInsertsLF_InputWidget (iInputWidget *, iBool enterInsertsLF); | ||
54 | void setEnterKeyEnabled_InputWidget (iInputWidget *, iBool enterKeyEnabled); | 55 | void setEnterKeyEnabled_InputWidget (iInputWidget *, iBool enterKeyEnabled); |
55 | void begin_InputWidget (iInputWidget *); | 56 | void begin_InputWidget (iInputWidget *); |
56 | void end_InputWidget (iInputWidget *, iBool accept); | 57 | void end_InputWidget (iInputWidget *, iBool accept); |