Text label control
[OpenSpace3D high level 2D library]

Functions

 getEdCtrlLabelValue (ctrlstr)
 Get a label control value.
 setEdCtrlLabelValue (ctrlstr, val)
 Set a label control text value.
 setEdCtrlLabelEnable (ctrlstr, state)
 Enable or disable a label control.
 crEdCtrlLabel (winstr, x, y, w, h, value, resize)
 Create a label control.
 dsEdCtrlLabel (ctrlstr)
 Destroy a label control.

Detailed Description

Text label control


Function Documentation

getEdCtrlLabelValue ( ctrlstr   ) 

Get a label control value.

Prototype: fun [EdControl] S

Parameters:
EdControl : label control structure
Returns:
S : the label control text value
setEdCtrlLabelValue ( ctrlstr  ,
val   
)

Set a label control text value.

Prototype: fun [EdControl S] I

Parameters:
EdControl : label control structure
S : text value
Returns:
I : 0
setEdCtrlLabelEnable ( ctrlstr  ,
state   
)

Enable or disable a label control.

Prototype: fun [EdControl I] I

Parameters:
EdControl : label control structure
I : state, 0 to disable, 1 to enable
Returns:
I : 0
crEdCtrlLabel ( winstr  ,
,
,
,
,
value  ,
resize   
)

Create a label control.

Prototype: fun [EdWindow I I I I S I] EdControl

Parameters:
EdWindow : mother window structure
I : X position
I : Y position
I : width
I : height
S : text value
I : resize flags
Returns:
EdControl : new label control
dsEdCtrlLabel ( ctrlstr   ) 

Destroy a label control.

Prototype: fun [EdControl] I

Parameters:
EdControl : label control structure
Returns:
I : 0
 All Data Structures Files Functions Variables Typedefs
Generated on Mon Jul 5 21:30:13 2010 for OpenSpace3D libs by  doxygen 1.6.3