diff options
| author | Greg Ercolano <erco@seriss.com> | 2022-01-13 15:26:27 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2022-01-13 15:26:27 -0800 |
| commit | 9c55ad4273ff3e4327daaaf28fc06bf6bbd4a645 (patch) | |
| tree | 4e94c898bace2cc97f8623f454c68bb04966a789 /FL/Fl_Input_Choice.H | |
| parent | 47cd9a11a0d68fa511cb6c593b62b25af1550e19 (diff) | |
Fixes #362
Diffstat (limited to 'FL/Fl_Input_Choice.H')
| -rw-r--r-- | FL/Fl_Input_Choice.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H index 56fdd103a..c02195be7 100644 --- a/FL/Fl_Input_Choice.H +++ b/FL/Fl_Input_Choice.H @@ -45,8 +45,10 @@ class FL_EXPORT Fl_Input_Choice : public Fl_Group { // Private class to handle slightly 'special' behavior of menu button class InputMenuButton : public Fl_Menu_Button { void draw(); + const Fl_Menu_Item* popup(); public: InputMenuButton(int X, int Y, int W, int H, const char *L=0); + int handle(int e); }; Fl_Input *inp_; |
