This commit is contained in:
Greg Ercolano
2022-01-13 15:26:27 -08:00
parent 47cd9a11a0
commit 9c55ad4273
4 changed files with 54 additions and 2 deletions
+2
View File
@@ -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_;