Tepl.GotoLineBar¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Grid (21), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Tepl.GotoLineBar(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Tepl.GotoLineBar
widget.- Return type:
New in version 5.0.
- grab_focus_to_entry()¶
Calls
Gtk.Widget.grab_focus
() to theGtk.SearchEntry
of self.New in version 5.0.
- set_view(view)¶
-
Sets the
Tepl.View
.Tepl.View.goto_line
() will be called on view when the user types a line number in theGtk.SearchEntry
of self.Only one
Tepl.View
can be associated perTepl.GotoLineBar
.New in version 5.0.