summaryrefslogtreecommitdiff
path: root/FL/Fl_Input_Choice.H
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2022-01-13 15:26:27 -0800
committerGreg Ercolano <erco@seriss.com>2022-01-13 15:26:27 -0800
commit9c55ad4273ff3e4327daaaf28fc06bf6bbd4a645 (patch)
tree4e94c898bace2cc97f8623f454c68bb04966a789 /FL/Fl_Input_Choice.H
parent47cd9a11a0d68fa511cb6c593b62b25af1550e19 (diff)
Fixes #362
Diffstat (limited to 'FL/Fl_Input_Choice.H')
-rw-r--r--FL/Fl_Input_Choice.H2
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_;