diff options
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 *); |