Class GTK2.HandleBox
- Description
The contents of a handle box can be 'dragged' out of the box by the user. The contents will then be placed in a separate window.
GTK2.HandleBox()->add(GTK2.Label("The contents"))
Properties: int handle-position int shadow int shadow-type int snap-edge int snap-edge-set
Signals: child_attached Called when a new child is added to the box
child_detached Called when a child is removed from the box
- Inherit Bin
inherit GTK2.Bin : Bin
- Method create
GTK2.HandleBox GTK2.HandleBox(
mapping
|void
props
)- Description
Create a new handle box widget.