
[Top]
GTK
GTK.Container
|
Method GTK.Container()->add()
- Method
add
object(GTK.Container) GTK.Container()->add(object(GTK.Widget) widget)
- Description
-
Add a subwidget to the container. Don't forget to call show() in
the subwidget. Some (even most) containers can only contain one child.
Calling this function might result in a resize of the container.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|