duallist()
Description
Prototype
duallist
(
function
,
type(*) fillfunction
,
string fillreference
,
type(wxdialogparent) response
,
string parent
,
string leftcaption
,
string rightcaption
,
string okcaption
,
string cancelcaption
,
boolean dialogcaption
,
integer leftlistisconstant
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
fillfunction | None | function | |
fillreference | None | type(*) | |
response | None | string | |
parent | None | type(wxdialogparent) | |
leftcaption | Item List | string | |
rightcaption | Target List | string | |
okcaption | OK | string | |
cancelcaption | Cancel | string | |
dialogcaption | Select items from the left to place on the
right | string | |
leftlistisconstant | .false | boolean | |
error | None | integer |