diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-20 14:00:59 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-21 07:37:09 +0300 |
commit | aaa5d18c3f1540c18bb9dae80927df2803c42049 (patch) | |
tree | 8af0cb9dd9b0419153e287551bbeb99f5e76b931 /src/ui/inputwidget.h | |
parent | 10f44efd277855761f69687193d6d5250650186d (diff) |
Revising InputWidget (continued)
Finding cursor position via coordinates. Handling the mark. Visual wrapped lines vs. content lines. Vertical scrolling inside the visual range.
Diffstat (limited to 'src/ui/inputwidget.h')
-rw-r--r-- | src/ui/inputwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h index 4fb2c9dc..a4246733 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -49,7 +49,7 @@ void setTextCStr_InputWidget (iInputWidget *, const char *cstr); | |||
49 | void setFont_InputWidget (iInputWidget *, int fontId); | 49 | void setFont_InputWidget (iInputWidget *, int fontId); |
50 | //void setCursor_InputWidget (iInputWidget *, size_t pos); | 50 | //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 setLineLimits_InputWidget (iInputWidget *, int minVis, int maxVis); | 52 | void setLineLimits_InputWidget (iInputWidget *, int minLines, int maxLines); |
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 setEnterInsertsLF_InputWidget (iInputWidget *, iBool enterInsertsLF); |
55 | void setEnterKeyEnabled_InputWidget (iInputWidget *, iBool enterKeyEnabled); | 55 | void setEnterKeyEnabled_InputWidget (iInputWidget *, iBool enterKeyEnabled); |