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:
parent
b804e1f3ab
commit
b25bd5f5eb
@ -154,8 +154,10 @@ protected:
|
|||||||
/**
|
/**
|
||||||
Handles the specified event, plus 4 extra parameters!
|
Handles the specified event, plus 4 extra parameters!
|
||||||
\todo Find the implementation, if any, and document it there!
|
\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);
|
int handle(int,int,int,int,int);
|
||||||
|
*/
|
||||||
|
|
||||||
void draw();
|
void draw();
|
||||||
Fl_Browser_(int,int,int,int,const char * = 0);
|
Fl_Browser_(int,int,int,int,const char * = 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user