diff options
Diffstat (limited to 'FL/Fl_Value_Input.H')
| -rw-r--r-- | FL/Fl_Value_Input.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 5f29dd155..3e0110040 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -47,6 +47,9 @@ public: void soft(char s) {soft_ = s;} char soft() const {return soft_;} + int shortcut() const {return input.shortcut();} + void shortcut(int s) {input.shortcut(s);} + Fl_Font textfont() const {return input.textfont();} void textfont(uchar s) {input.textfont(s);} uchar textsize() const {return input.textsize();} |
