STR #1571: Added direct access to changed() in Fl_Input_choice
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5806 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
8f8882a084
commit
8ff61aeef7
@ -96,6 +96,9 @@ public:
|
||||
void add(const char *s) {
|
||||
menu_->add(s);
|
||||
}
|
||||
int changed() const {
|
||||
return inp_->changed();
|
||||
}
|
||||
void clear() {
|
||||
menu_->clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user