Previous Up Next

_CRcombo
Create a new combo box. It is a text line (editable or not) with an associated menu of predefined choices.

ObjBox _CRcombo (
Chn _channel_
ObjWin _father_
I _x_
I _y_
I _width_
I _height_
I _flags_
S _data_
)
Parameters

_channel_
proprietary channel
_father_
father window
_x_
x coordinate
_y_
y coordinate
_width_
width
_height_
height (height of content line + menu of predefined choices)
_flags_
flags :
CB_NOEDIT combo content is not editable : it must be choosen from the combo predefined choices
CB_AHSCROLL allow horizontal scrolling
CB_DOWN display a 3d border
CB_SORT -
CB_TABFOCUS tabulation key focus
_data_
initial content of the combo box.
Return value

new combo box