GtkBin

GtkBin

Base class for containers with just one child.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkBin

Direct subclasses

Description

GtkBin is a container widget that is capable of holding only one child. All widgets derived from GtkBin therefore also can only contain one immediate child, although this child may itself contain multiple widgets.

Note that GtkBin is an abstract base class and cannot be constructed directly.

See also: GtkBox, GtkContainer.

Properties

child:
  The child widget.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.