|
OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
Check box control
Functions | |
| 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. | |
Detailed Description
Check box control
Function Documentation
◆ getEdCtrlCheckState()
| getEdCtrlCheckState | ( | ctrlstr | ) |
◆ setEdCtrlCheckState()
| setEdCtrlCheckState | ( | ctrlstr | , |
| state | |||
| ) |
◆ setEdCtrlCheckEnable()
| setEdCtrlCheckEnable | ( | ctrlstr | , |
| state | |||
| ) |
◆ setEdCtrlCheckCbState()
| setEdCtrlCheckCbState | ( | ctrlstr | , |
| cbfun | |||
| ) |
◆ getEdCtrlRadioState()
| getEdCtrlRadioState | ( | ctrlstr | ) |
◆ setEdCtrlRadioState()
| setEdCtrlRadioState | ( | ctrlstr | , |
| state | |||
| ) |
◆ setEdCtrlRadioEnable()
| setEdCtrlRadioEnable | ( | ctrlstr | , |
| state | |||
| ) |
◆ setEdCtrlRadioCbState()
| setEdCtrlRadioCbState | ( | ctrlstr | , |
| cbfun | |||
| ) |
◆ crEdCtrlCheck()
| crEdCtrlCheck | ( | winstr | , |
| x | , | ||
| y | , | ||
| w | , | ||
| h | , | ||
| value | , | ||
| resize | |||
| ) |
◆ dsEdCtrlCheck()
| dsEdCtrlCheck | ( | ctrlstr | ) |
◆ crEdCtrlRadio()
| crEdCtrlRadio | ( | winstr | , |
| x | , | ||
| y | , | ||
| w | , | ||
| h | , | ||
| value | , | ||
| resize | |||
| ) |
◆ dsEdCtrlRadio()
Generated by