|
| getEdCtrlCheckState (ctrlstr) |
| Get a check box control state.
|
|
| setEdCtrlCheckState (ctrlstr, state) |
| Set a check box control state.
|
|
| setEdCtrlCheckEnable (ctrlstr, state) |
| Enable or disable a check box control.
|
|
| setEdCtrlCheckCbState (ctrlstr, cbfun) |
| Set the callback on check box control state change.
|
|
| getEdCtrlRadioState (ctrlstr) |
| Get a radio box control state.
|
|
| setEdCtrlRadioState (ctrlstr, state) |
| Set a radio box control state.
|
|
| setEdCtrlRadioEnable (ctrlstr, state) |
| Enable or disable a radio box control.
|
|
| setEdCtrlRadioCbState (ctrlstr, cbfun) |
| Set the callback on radio box control state change.
|
|
| crEdCtrlCheck (winstr, x, y, w, h, value, resize) |
| Create a check box control.
|
|
| dsEdCtrlCheck (ctrlstr) |
| Destroy a check box control.
|
|
| crEdCtrlRadio (winstr, x, y, w, h, value, resize) |
| Create a radio box control.
|
|
| dsEdCtrlRadio (ctrlstr) |
| Destroy a radio box control.
|
|