diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 16:03:08 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 16:03:08 +0300 |
commit | df0ce23f3942892f8368d5f8a5aa2eac762c9b68 (patch) | |
tree | 5aba7017e73ceabe2a90d5cb05aa184c21458661 /src/ui/inputwidget.h | |
parent | a624d11136f16b5799abecda2433c49500094b9b (diff) |
Added a basic navigation bar with buttons and URL field
Not wired into anything yet.
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 b606f974..6ee2760d 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -13,6 +13,7 @@ enum iInputMode { | |||
13 | void setMode_InputWidget (iInputWidget *, enum iInputMode mode); | 13 | void setMode_InputWidget (iInputWidget *, enum iInputMode mode); |
14 | void setMaxLen_InputWidget (iInputWidget *, size_t maxLen); | 14 | void setMaxLen_InputWidget (iInputWidget *, size_t maxLen); |
15 | void setText_InputWidget (iInputWidget *, const iString *text); | 15 | void setText_InputWidget (iInputWidget *, const iString *text); |
16 | void setTextCStr_InputWidget (iInputWidget *, const char *cstr); | ||
16 | void setCursor_InputWidget (iInputWidget *, size_t pos); | 17 | void setCursor_InputWidget (iInputWidget *, size_t pos); |
17 | void begin_InputWidget (iInputWidget *); | 18 | void begin_InputWidget (iInputWidget *); |
18 | void end_InputWidget (iInputWidget *, iBool accept); | 19 | void end_InputWidget (iInputWidget *, iBool accept); |