OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
Text control
Functions | |
getEdCtrlTextValue (ctrlstr) | |
Get a text control value. | |
getEdCtrlTextLineCount (ctrlstr) | |
Get the number of lines in a text control. | |
scrollEdCtrlText (ctrlstr, col, line) | |
Scroll a text control to the specified column and line position. | |
removeEdCtrlTextLine (ctrlstr, line) | |
Remove the line in a text control. | |
setEdCtrlTextValue (ctrlstr, val) | |
Set a text control value. | |
addEdCtrlTextValue (ctrlstr, val) | |
Add a line to a text control. | |
setEdCtrlTextEnable (ctrlstr, state) | |
Enable or disable a text control. | |
setEdCtrlTextCbChange (ctrlstr, cbfun) | |
Set the callback on text control change. | |
crEdCtrlText (winstr, x, y, w, h, value, flags, resize) | |
Create a text control. | |
dsEdCtrlText (ctrlstr) | |
Destroy a text control. | |
Detailed Description
Text control
Function Documentation
◆ getEdCtrlTextValue()
getEdCtrlTextValue | ( | ctrlstr | ) |
◆ getEdCtrlTextLineCount()
getEdCtrlTextLineCount | ( | ctrlstr | ) |
◆ scrollEdCtrlText()
scrollEdCtrlText | ( | ctrlstr | , |
col | , | ||
line | |||
) |
◆ removeEdCtrlTextLine()
removeEdCtrlTextLine | ( | ctrlstr | , |
line | |||
) |
◆ setEdCtrlTextValue()
setEdCtrlTextValue | ( | ctrlstr | , |
val | |||
) |
◆ addEdCtrlTextValue()
addEdCtrlTextValue | ( | ctrlstr | , |
val | |||
) |
◆ setEdCtrlTextEnable()
setEdCtrlTextEnable | ( | ctrlstr | , |
state | |||
) |
◆ setEdCtrlTextCbChange()
setEdCtrlTextCbChange | ( | ctrlstr | , |
cbfun | |||
) |
◆ crEdCtrlText()
crEdCtrlText | ( | winstr | , |
x | , | ||
y | , | ||
w | , | ||
h | , | ||
value | , | ||
flags | , | ||
resize | |||
) |
◆ dsEdCtrlText()
Generated by 1.9.8