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
This commit is contained in:
Fabien Costantini 2008-09-20 22:59:39 +00:00
parent b804e1f3ab
commit b25bd5f5eb

View File

@ -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);