summaryrefslogtreecommitdiff
path: root/FL/Fl_Choice.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-04-29 02:47:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-04-29 02:47:09 +0000
commit03a462143211b327374eaf3549c46dd7241a262a (patch)
tree2ce1de2e71936459fada04dc6c49a6f3baf814b3 /FL/Fl_Choice.H
parent13fbd26b995a06c342006c958829011ab2e8858c (diff)
Documentation updates (STR #365)
The value(const Fl_Menu_Item*) method was not implemented for Fl_Choice (STR #366) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Choice.H')
-rw-r--r--FL/Fl_Choice.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H
index 6be746134..926713ea5 100644
--- a/FL/Fl_Choice.H
+++ b/FL/Fl_Choice.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
+// "$Id: Fl_Choice.H,v 1.5.2.3.2.5 2004/04/29 02:47:09 easysw Exp $"
//
// Choice header file for the Fast Light Tool Kit (FLTK).
//
@@ -34,6 +34,7 @@ protected:
public:
int handle(int);
Fl_Choice(int,int,int,int,const char * = 0);
+ int value(const Fl_Menu_Item*);
int value(int i);
int value() const {return Fl_Menu_::value();}
};
@@ -41,5 +42,5 @@ public:
#endif
//
-// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
+// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.5 2004/04/29 02:47:09 easysw Exp $".
//