src/dialog.h: Fixed comment for DLG_ACTION message.

src/widget.c: WListbox: send DLG_ACTION message to the parent dialog.
This commit is contained in:
Andrew Borodin 2009-03-21 19:20:45 +03:00
parent 3a161f9576
commit 9cf728f2c2
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ typedef enum {
DLG_KEY, /* Key before sending to widget */
DLG_INIT, /* Initialize dialog */
DLG_END, /* Shut down dialog */
DLG_ACTION, /* State of check- and radioboxes has changed */
DLG_ACTION, /* State of check- and radioboxes has changed
* and listbox current entry has changed */
DLG_DRAW, /* Draw dialog on screen */
DLG_FOCUS, /* A widget has got focus */
DLG_UNFOCUS, /* A widget has been unfocused */