Tepl.LineColumnIndicator

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Tepl.LineColumnIndicator Tepl.LineColumnIndicator Gtk.Bin->Tepl.LineColumnIndicator Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container

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

new ()

set_tab_group (tab_group)

set_view (view)

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent

Gtk.Bin

r

Class Details

class Tepl.LineColumnIndicator(**kwargs)
Bases:

Gtk.Bin

Abstract:

No

Structure:

Tepl.LineColumnIndicatorClass

classmethod new()
Returns:

a new Tepl.LineColumnIndicator widget.

Return type:

Tepl.LineColumnIndicator

New in version 6.4.

set_tab_group(tab_group)
Parameters:

tab_group (Tepl.TabGroup) – a Tepl.TabGroup.

Sets a Tepl.TabGroup to update automatically the values for the line and column of the current cursor position, for the current Tepl.TabGroup :active-tab.

This function can be called only once per self.

Use Tepl.LineColumnIndicator.set_view() or Tepl.LineColumnIndicator.set_tab_group(), but not both.

New in version 6.4.

set_view(view)
Parameters:

view (Tepl.View or None) – a Tepl.View, or None.

Sets a Tepl.View to update automatically the values for the line and column of the current cursor position. If view is None, then self will be empty.

Use Tepl.LineColumnIndicator.set_view() or Tepl.LineColumnIndicator.set_tab_group(), but not both.

New in version 6.4.