int wb_set_handler (int window, string fn_handler)
Assigns the callback function fn_handler to window. The handler function is a regular PHP function that is used to process events for this particular window. wb_set_handler() must be called whenever the window needs to process messages and vents from its controls.
For additional information, see callback functions and window handlers.
|
wb_create_window
Window functions
Callback functions and window handlers
Windows messages
and events