Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── TeplGotoLineBar
TeplGotoLineBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
TeplGotoLineBar is an horizontal bar containing among other things:
A close button.
When the GtkSearchEntry's content changes, tepl_view_goto_line()
is called
on the associated TeplView.
TeplGotoLineBar is integrated in the Tepl framework, see:
The "win.tepl-goto-line"
GAction in TeplApplicationWindow.
The tepl_tab_get_goto_line_bar()
function.
void tepl_goto_line_bar_set_view (TeplGotoLineBar *bar
,TeplView *view
);
Sets the TeplView. tepl_view_goto_line()
will be called on view
when the
user types a line number in the GtkSearchEntry of bar
.
Only one TeplView can be associated per TeplGotoLineBar.
Since: 5.0
void
tepl_goto_line_bar_grab_focus_to_entry
(TeplGotoLineBar *bar
);
Calls gtk_widget_grab_focus()
to the GtkSearchEntry of bar
.
Since: 5.0