Tepl.LineColumnIndicator¶
- 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:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Tepl.LineColumnIndicator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Tepl.LineColumnIndicatorwidget.- Return type:
New in version 6.4.
- set_tab_group(tab_group)¶
- Parameters:
tab_group (
Tepl.TabGroup) – aTepl.TabGroup.
Sets a
Tepl.TabGroupto update automatically the values for the line and column of the current cursor position, for the currentTepl.TabGroup:active-tab.This function can be called only once per self.
Use
Tepl.LineColumnIndicator.set_view() orTepl.LineColumnIndicator.set_tab_group(), but not both.New in version 6.4.
- set_view(view)¶
-
Sets a
Tepl.Viewto update automatically the values for the line and column of the current cursor position. If view isNone, then self will be empty.Use
Tepl.LineColumnIndicator.set_view() orTepl.LineColumnIndicator.set_tab_group(), but not both.New in version 6.4.