WINCTL :: remove_control

protocol:

method

parameters:

WINCTL object ctl

result:

none

description:

ctlfrm . remove_control(ctl)

Remove the control 'ctl' from the control frame 'ctlfrm'. This does not destroy the control and it can be subsequently re-attached to the same or other control frame.

example:

this . frame . remove_control(ctl)