Tepl.TabClass

Fields

Name

Type

Access

Description

close_request

object

r

For the Tepl.Tab ::close-request signal.

pack_goto_line_bar

object

r

Virtual function pointer to add a Tepl.GotoLineBar in the Tepl.Tab container. By default the Tepl.GotoLineBar is added at the bottom.

pack_info_bar

object

r

Virtual function pointer to add a Gtk.InfoBar in the Tepl.Tab container. By default the Gtk.InfoBar is inserted just above the Gtk.ScrolledWindow containing the Tepl.View.

pack_view

object

r

Virtual function pointer to add the Tepl.View in the Tepl.Tab container. Called only once at object construction time, when the Tepl.Tab :view property is set. By default the Tepl.View is added to a Gtk.ScrolledWindow and the Gtk.ScrolledWindow is added to the Tepl.Tab with Gtk.Container.add().

padding

[object]

r

parent_class

Gtk.GridClass

r

The parent class.

Methods

None

Details

class Tepl.TabClass