mirror of https://github.com/MidnightCommander/mc
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:
parent
3a161f9576
commit
9cf728f2c2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue