diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-06 08:28:58 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-06 08:28:58 +0200 |
commit | a73b54d8ab2164984c884caafb2e8f53d6557133 (patch) | |
tree | 2f0b2ff5dda324a379c6f9b6e37a918cd9fc3a58 /src/ui/inputwidget.h | |
parent | 78dcb6d388155454cfd042072419eb03080ad57d (diff) |
Mobile: Widget interaction and appearance
Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets.
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 3c7b2ffb..fc768e05 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -37,6 +37,7 @@ void setMode_InputWidget (iInputWidget *, enum iInputMode mode); | |||
37 | void setMaxLen_InputWidget (iInputWidget *, size_t maxLen); | 37 | void setMaxLen_InputWidget (iInputWidget *, size_t maxLen); |
38 | void setText_InputWidget (iInputWidget *, const iString *text); | 38 | void setText_InputWidget (iInputWidget *, const iString *text); |
39 | void setTextCStr_InputWidget (iInputWidget *, const char *cstr); | 39 | void setTextCStr_InputWidget (iInputWidget *, const char *cstr); |
40 | void setFont_InputWidget (iInputWidget *, int fontId); | ||
40 | void setCursor_InputWidget (iInputWidget *, size_t pos); | 41 | void setCursor_InputWidget (iInputWidget *, size_t pos); |
41 | void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ | 42 | void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ |
42 | void begin_InputWidget (iInputWidget *); | 43 | void begin_InputWidget (iInputWidget *); |