Gtk.Bin¶
- Subclasses:
Gtk.ActionBar
,Gtk.Alignment
,Gtk.Button
,Gtk.ComboBox
,Gtk.EventBox
,Gtk.Expander
,Gtk.FlowBoxChild
,Gtk.Frame
,Gtk.HandleBox
,Gtk.ListBoxRow
,Gtk.MenuItem
,Gtk.Overlay
,Gtk.Popover
,Gtk.Revealer
,Gtk.ScrolledWindow
,Gtk.SearchBar
,Gtk.StackSidebar
,Gtk.ToolItem
,Gtk.Viewport
,Gtk.Window
Methods¶
- Inherited:
Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
|
Virtual Methods¶
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
container |
r |
Class Details¶
- class Gtk.Bin(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
The
Gtk.Bin
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
Gtk.Bin
, includingGtk.Window
,Gtk.Button
,Gtk.Frame
,Gtk.HandleBox
orGtk.ScrolledWindow
.