GimpUi.Frame¶
- Subclasses:
 
Methods¶
- Inherited:
 Gtk.Frame (9), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class  | 
  | 
Virtual Methods¶
Properties¶
- Inherited:
 
Style Properties¶
- Inherited:
 
Name  | 
Type  | 
Default  | 
Flags  | 
Short Description  | 
|---|---|---|---|---|
  | 
r  | 
Whether the frame’s label should be bold  | 
||
  | 
  | 
r  | 
The spacing between the label and the frame content  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class GimpUi.Frame(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A widget providing a HIG-compliant subclass of
Gtk.Frame.- classmethod new(label)¶
 - Parameters:
 label (
strorNone) – text to set as the frame’s title label (orNonefor no title)- Returns:
 a new
GimpUi.Framewidget- Return type:
 
Creates a
GimpUi.Framewidget. AGimpUi.Frameis a HIG-compliant variant ofGtk.Frame. It doesn’t render a frame at all but otherwise behaves like a frame. The frame’s title is rendered in bold and the frame content is indented four spaces as suggested by the GNOME HIG (see https://developer.gnome.org/hig/stable/).New in version 2.2.