OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
Date control
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. | |
Detailed Description
Date control
Function Documentation
◆ getEdCtrlDateValue()
getEdCtrlDateValue | ( | ctrlstr | ) |
◆ setEdCtrlDateValue()
setEdCtrlDateValue | ( | ctrlstr | , |
day | , | ||
month | , | ||
year | |||
) |
◆ setEdCtrlDateEnable()
setEdCtrlDateEnable | ( | ctrlstr | , |
state | |||
) |
◆ setEdCtrlDateCbChange()
setEdCtrlDateCbChange | ( | ctrlstr | , |
cbfun | |||
) |
Define a date control change callback function.
Prototype: fun [EdControl fun [EdControl I I I] u0] I
- Parameters
-
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
- Returns
- 0
◆ crEdCtrlDate()
crEdCtrlDate | ( | winstr | , |
x | , | ||
y | , | ||
w | , | ||
h | , | ||
day | , | ||
month | , | ||
year | , | ||
themestr | , | ||
resize | |||
) |
◆ dsEdCtrlDate()
Generated by 1.9.8