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 654433ea..3c7b2ffb 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -38,6 +38,7 @@ 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 setCursor_InputWidget (iInputWidget *, size_t pos); | 40 | void setCursor_InputWidget (iInputWidget *, size_t pos); |
41 | void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ | ||
41 | void begin_InputWidget (iInputWidget *); | 42 | void begin_InputWidget (iInputWidget *); |
42 | void end_InputWidget (iInputWidget *, iBool accept); | 43 | void end_InputWidget (iInputWidget *, iBool accept); |
43 | void selectAll_InputWidget (iInputWidget *); | 44 | void selectAll_InputWidget (iInputWidget *); |