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:
Matthias Melcher 2007-05-09 12:50:32 +00:00
parent 8f8882a084
commit 8ff61aeef7

View File

@ -96,6 +96,9 @@ public:
void add(const char *s) {
menu_->add(s);
}
int changed() const {
return inp_->changed();
}
void clear() {
menu_->clear();
}