summaryrefslogtreecommitdiff
path: root/FL/Fl_Browser_.H
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-20 22:59:39 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-20 22:59:39 +0000
commitb25bd5f5ebb667a972dd040d9965f7caa8784a28 (patch)
tree0dfd2a8857281f85d7021fe2a1fc6970926baf3a /FL/Fl_Browser_.H
parentb804e1f3ab455a86dcd345710ee5dcc1c2eab606 (diff)
Commented out the unimplemented method handle(int, int, int, int, int).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Browser_.H')
-rw-r--r--FL/Fl_Browser_.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H
index ab2045f7a..4101139bc 100644
--- a/FL/Fl_Browser_.H
+++ b/FL/Fl_Browser_.H
@@ -154,8 +154,10 @@ protected:
/**
Handles the specified event, plus 4 extra parameters!
\todo Find the implementation, if any, and document it there!
- */
+ fabien: I guess the answer is there is no implementation (yet?),
+ so let's comment out this method that does not exist.
int handle(int,int,int,int,int);
+ */
void draw();
Fl_Browser_(int,int,int,int,const char * = 0);