listpicker()
Description
Prototype
listpicker
(
function
,
type(*) listfiller
,
string ref
,
integer result
,
integer width
,
string height
,
string listcaption
,
string listtype
,
string okbutton
,
string cancelbutton
,
string captiontext
,
integer fontname
,
integer pointsize
,
integer formbackgroundrgb
,
integer textrgb
,
boolean listbackground
,
type(wxdialogparent) centeronparent
,
boolean parent
,
function modal
,
type(*) nonmodalonclick
,
integer nonmodalonclickreference
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
listfiller | None | function | |
ref | None | type(*) | |
result | None | string | |
width | 400 | integer | |
height | 250 | integer | |
listcaption | Items | string | |
listtype | single | string | |
okbutton | OK | string | |
cancelbutton | Cancel | string | |
captiontext | Pick one | string | |
fontname | None | string | |
pointsize | None | integer | |
formbackgroundrgb | None | integer | |
textrgb | None | integer | |
listbackground | None | integer | |
centeronparent | .true | boolean | |
parent | None | type(wxdialogparent) | |
modal | .true | boolean | |
nonmodalonclick | None | function | |
nonmodalonclickreference | None | type(*) | |
error | None | integer |