|
OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
Select control
Functions | |
| fillEdCtrlSelect (ctrlstr, lparam) | |
| Fill a select box control. | |
| addEdCtrlSelect (ctrlstr, param) | |
| Add an element to a select box control. | |
| resetEdCtrlSelect (ctrlstr) | |
| Reset/Clear a select box control. | |
| selectEdCtrlSelect (ctrlstr, name) | |
| Select an element in a select box control. | |
| selectEdCtrlSelectByPos (ctrlstr, pos) | |
| Select an element in a select box control by position. | |
| getSelectedEdCtrlSelect (ctrlstr) | |
| Get the selected element of a select box control. | |
| getSelectedEdCtrlSelectPos (ctrlstr) | |
| Get the selected element position of a select box control. | |
| setEdCtrlSelectEnable (ctrlstr, state) | |
| Enable or disable a select box control. | |
| setEdCtrlSelectCb (ctrlstr, cbfun) | |
| Set the callback on select box control selected. | |
| crEdCtrlSelect (winstr, x, y, w, h, resize) | |
| Create a select box control. | |
| dsEdCtrlSelect (ctrlstr) | |
| Destroy a select box control. | |
Detailed Description
Select control
Function Documentation
◆ fillEdCtrlSelect()
| fillEdCtrlSelect | ( | ctrlstr | , |
| lparam | |||
| ) |
◆ addEdCtrlSelect()
| addEdCtrlSelect | ( | ctrlstr | , |
| param | |||
| ) |
◆ resetEdCtrlSelect()
| resetEdCtrlSelect | ( | ctrlstr | ) |
◆ selectEdCtrlSelect()
| selectEdCtrlSelect | ( | ctrlstr | , |
| name | |||
| ) |
◆ selectEdCtrlSelectByPos()
| selectEdCtrlSelectByPos | ( | ctrlstr | , |
| pos | |||
| ) |
◆ getSelectedEdCtrlSelect()
| getSelectedEdCtrlSelect | ( | ctrlstr | ) |
◆ getSelectedEdCtrlSelectPos()
| getSelectedEdCtrlSelectPos | ( | ctrlstr | ) |
◆ setEdCtrlSelectEnable()
| setEdCtrlSelectEnable | ( | ctrlstr | , |
| state | |||
| ) |
◆ setEdCtrlSelectCb()
| setEdCtrlSelectCb | ( | ctrlstr | , |
| cbfun | |||
| ) |
◆ crEdCtrlSelect()
| crEdCtrlSelect | ( | winstr | , |
| x | , | ||
| y | , | ||
| w | , | ||
| h | , | ||
| resize | |||
| ) |
◆ dsEdCtrlSelect()
Generated by