|
OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Functions | |
| getEdCtrlDateValue (ctrlstr) | |
| Get a date control value. | |
| setEdCtrlDateValue (ctrlstr, day, month, year) | |
| Set a date control value. | |
| setEdCtrlDateEnable (ctrlstr, state) | |
| Set a date control state. | |
| setEdCtrlDateCbChange (ctrlstr, cbfun) | |
| Define a date control change callback function. | |
| crEdCtrlDate (winstr, x, y, w, h, day, month, year, themestr, resize) | |
| Create a date control. | |
| dsEdCtrlDate (ctrlstr) | |
| Destroy a date control. | |
Date control
| getEdCtrlDateValue | ( | ctrlstr | ) |
| setEdCtrlDateValue | ( | ctrlstr | , |
| day | , | ||
| month | , | ||
| year | |||
| ) |
| setEdCtrlDateEnable | ( | ctrlstr | , |
| state | |||
| ) |
| setEdCtrlDateCbChange | ( | ctrlstr | , |
| cbfun | |||
| ) |
Define a date control change callback function.
Prototype: fun [EdControl fun [EdControl I I I] u0] I
| EdControl | : date control structure |
| fun | [EdControl I I I] u0 : change callback |
| - | EdControl : the same date control structure |
| - | I : the day value |
| - | I : the month value |
| - | I : the year value |
| crEdCtrlDate | ( | winstr | , |
| x | , | ||
| y | , | ||
| w | , | ||
| h | , | ||
| day | , | ||
| month | , | ||
| year | , | ||
| themestr | , | ||
| resize | |||
| ) |