WINCTL

The following methods belong to the WINCTL module but do not require a WINCTL object to operate on, instead they generate WINCTL objects.

form
build_control

The following methods belongs to the WINCTL module and require a WINCTL object to operate on.

get_coord
set_value
get_value
remove_control
append_control
locate_control
refresh_control
dismiss_control
delete_control
draw_control_prototype
erase_control

special XPE_LISTBOX_HANDLER
get_opt_cnt
get_opt

NOTE that when a control invokes a function in response to an
event the XPE 'this' that is passed to the function belongs to
module WINCTL and that any methods called via XPE 'this' will
default to the WINCTL module

i.e.

this.get_value()

is equivalent to

this.WINCTL::get_value()