#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.
|