Just some comments to explain stuff better.

SVN revision: 1597
This commit is contained in:
Tom Gilbert 1999-12-12 16:01:50 +00:00
parent 66096bea2d
commit c598b0c3ce
1 changed files with 3 additions and 1 deletions

View File

@ -186,7 +186,9 @@ void Epplet_register_event_handler(void (*func)
void Epplet_register_comms_handler(void (*func)
(void *data, char *s),
void *data);
/* call func when a window is closed by the wm */
/* call func when a window is closed by the wm. This func must return a
* value. Return 1 and the window will be destroyed for you, return 0 and it
* will not */
void Epplet_register_delete_event_handler(int (*func)
(void *data, Window win),
void *data);