diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-25 22:51:41 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-25 22:52:00 +0100 |
| commit | 39a3212fc3160f268342068c2beb45b2dbc4107b (patch) | |
| tree | 75a2979abb82ea1c8681a18a32838e32e1edda4f /FL/Fl_Text_Display.H | |
| parent | b48ce8699eafc2e36675c74bb19aa61ff2626069 (diff) | |
Adds pulldown menu to Fl_Text_Display and ..._Editor
Diffstat (limited to 'FL/Fl_Text_Display.H')
| -rw-r--r-- | FL/Fl_Text_Display.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index 881671d40..2d2d2d565 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -497,6 +497,8 @@ protected: int topClip, int bottomClip, int leftClip, int rightClip) const; + int handle_rmb(int readonly); + void draw_line_numbers(bool clearAll); void clear_rect(int style, int x, int y, int width, int height) const; |
