Tepl.OverwriteIndicator¶
- Subclasses:
None
Methods¶
- Inherited:
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:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Tepl.OverwriteIndicator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Tepl.OverwriteIndicator
.- Return type:
New in version 6.4.
- get_overwrite()¶
- Returns:
the value of the
Tepl.OverwriteIndicator
:overwrite
property.- Return type:
New in version 6.4.
- set_overwrite(overwrite)¶
- Parameters:
overwrite (
bool
) – the new value.
Sets a new value to the
Tepl.OverwriteIndicator
:overwrite
property.New in version 6.4.
- set_view(view)¶
- Parameters:
view (
Gtk.TextView
orNone
) – aGtk.TextView
, orNone
.
Sets a
Gtk.TextView
to update automatically the state of self according to view. If view isNone
, then self will be empty.New in version 6.4.