GtkBin: GtkBin

Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Author(s) References

Description

A container with just one child

Methods and Functions

gtkBinGetChild(object)

Hierarchy

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                 +----GtkAlignment
                                 +----GtkFrame
                                 +----GtkButton
                                 +----GtkItem
                                 +----GtkComboBox
                                 +----GtkEventBox
                                 +----GtkExpander
                                 +----GtkHandleBox
                                 +----GtkToolItem
                                 +----GtkScrolledWindow
                                 +----GtkViewport

Interfaces

GtkBin implements AtkImplementorIface and GtkBuildable.

Detailed Description

The GtkBin widget is a container with just one child. It is not very useful itself, but it is useful for deriving subclasses, since it provides common code needed for handling a single child widget.

Many GTK+ widgets are subclasses of GtkBin, including GtkWindow, GtkButton, GtkFrame, GtkHandleBox, and GtkScrolledWindow.

Structures

GtkBin

The GtkBin struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.)

GtkWidget *child; the child widget.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gtk2/stable/GtkBin.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkBin in RGtk2...