qclose - close widget

Name

qclose — close widget

Syntax

qclose [widget]

Description

The qclose command closes the widget. The widget is not deleted, unless created with the deleteonclose attribute.

Arguments

widget

The widget to be closed. If this argument is omitted the current widget will be used.

The widget may be redisplayed with the qshow or qraise command.

See the reference section on qshow for an example on how to use qclose together with qshow to toggle the visibility of a widget.