diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-03-26 01:55:01 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-03-26 01:55:01 +0000 |
| commit | 2aefc1f60ce1d9aad59f1daecc1ddd5caa9f3924 (patch) | |
| tree | 7353df350f87a779fad336245fb92b545537089c /FL/Fl_Tabs.H | |
| parent | b2a54c36793e3a843a3eb07f6cae831b3f9a215d (diff) | |
Added docs for undocumented public 'which()' method.
Added a \todo marker for undocumented public 'push()' method.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9849 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Tabs.H')
| -rw-r--r-- | FL/Fl_Tabs.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 845069dd0..009e07be3 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -68,6 +68,9 @@ public: int handle(int); Fl_Widget *value(); int value(Fl_Widget *); + /** + \todo This public method needs to be documented + */ Fl_Widget *push() const {return push_;} int push(Fl_Widget *); Fl_Tabs(int,int,int,int,const char * = 0); |
