mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
Fixes #362
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user