Gutter
Superclasses: Widget
, InitiallyUnowned
, Object
Implemented Interfaces: Accessible
, Buildable
, ConstraintTarget
- Constructors:
Gutter(**properties)
Methods
- class Gutter
-
- insert(renderer: GutterRenderer, position: int) bool
Insert
renderer
into the gutter. Ifrenderer
is yet unowned then gutter claims its ownership. Otherwise just increases renderer’s reference count.renderer
cannot be already inserted to another gutter.- Parameters:
renderer – a gutter renderer (must inherit from
GutterRenderer
).position – the renderer position.
- remove(renderer: GutterRenderer) None
- Parameters:
renderer
- reorder(renderer: GutterRenderer, position: int) None
Reorders
renderer
ingutter
to newposition
.- Parameters:
renderer – a
CellRenderer
.position – the new renderer position.
Properties
- class Gutter
-
- props.window_type: TextWindowType
The text window type on which the window is placed.