summaryrefslogtreecommitdiff
path: root/src/ui/inputwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-16 11:09:35 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-16 11:09:35 +0200
commita5a59eb664cdfb5fe37fb7d8c82d11c7008cbac7 (patch)
tree73221a4b7c0c1bf60b570cca80d2c963303d02e9 /src/ui/inputwidget.h
parent01c298520d7b6d9ad268d59a6d2a0b99c5cded78 (diff)
DocumentWidget: Paste preceding line
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document. One use case for this is user-editable lines.
Diffstat (limited to 'src/ui/inputwidget.h')
-rw-r--r--src/ui/inputwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h
index f70c81af..5a61ec22 100644
--- a/src/ui/inputwidget.h
+++ b/src/ui/inputwidget.h
@@ -57,6 +57,7 @@ void setBackupFileName_InputWidget (iInputWidget *, const char *fileName);
57void begin_InputWidget (iInputWidget *); 57void begin_InputWidget (iInputWidget *);
58void end_InputWidget (iInputWidget *, iBool accept); 58void end_InputWidget (iInputWidget *, iBool accept);
59void selectAll_InputWidget (iInputWidget *); 59void selectAll_InputWidget (iInputWidget *);
60void validate_InputWidget (iInputWidget *);
60 61
61void setSelectAllOnFocus_InputWidget (iInputWidget *, iBool selectAllOnFocus); 62void setSelectAllOnFocus_InputWidget (iInputWidget *, iBool selectAllOnFocus);
62void setSensitiveContent_InputWidget (iInputWidget *, iBool isSensitive); 63void setSensitiveContent_InputWidget (iInputWidget *, iBool isSensitive);