#include <widget.h>
Public Methods | |
| virtual void | ExecNotify (KrWidget *source, const SDL_Event *event, const char *command, const char *args)=0 |
| The callback method to the registered listening class. More... | |
Used to define a callback method for widgets. If a widget matches a command, it will call the registered 'ExecNotify' method.
The class is abstract, so it can be used as a mix in and there are no multiple inheritance issues.
|
||||||||||||||||||||
|
The callback method to the registered listening class.
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001