mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: DialogAPI - DM_SETPASSWORDCHAR message
This commit is contained in:
parent
135eff3413
commit
d739808f0c
3 changed files with 9 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#define DM_LISTSET DM_FIRST+36
|
||||
#define DM_SETPROGRESSVALUE DM_FIRST+37
|
||||
#define DM_SETPROGRESSSTYLE DM_FIRST+38
|
||||
#define DM_SETPASSWORDCHAR DM_FIRST+39
|
||||
|
||||
/* events messages */
|
||||
#define DN_FIRST 0x1000
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ const
|
|||
DM_LISTSET = DM_FIRST+36;
|
||||
DM_SETPROGRESSVALUE = DM_FIRST+37;
|
||||
DM_SETPROGRESSSTYLE = DM_FIRST+38;
|
||||
DM_SETPASSWORDCHAR = DM_FIRST+39;
|
||||
|
||||
// events messages
|
||||
DN_FIRST = $1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue