dlg_mode_tile
int dlg_mode_tile (sds_hdlg handle, wchar_t *key, int mode);
Set the mode of the dialog box's tile.
This function sets the mode of the tile identified by key.
The handle argument is the name of the dialog box.
The key argument is the case-sensitive name of the tile.
The mode argument takes one of the following integers:
Mode | Name | Meaning |
---|---|---|
0 | MODE_ENABLE | Enable tile. |
1 | MODE_DISABLE | Disable tile. |
2 | MODE_SETFOCUS | Set the focus to the tile. |
3 | MODE_SETSEL | Select the contents of an edit box. |
4 | MODE_FLIP | Change image highlighting between on and off. |
This function returns RTNORM or an error code.