Home
last modified time | relevance | path

Searched defs:focus_path (Results 1 – 4 of 4) sorted by relevance

/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/
H A DUI.pm865 sub focus_path() subroutine
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Daddress-view.c278 GtkTreePath *focus_path; in lbav_ensure_blank_line_idle_cb() local
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailtreeview.c712 GtkTreePath *focus_path; in get_focus_index() local
/dports/misc/xplr/xplr-0.17.0/src/
H A Dapp.rs2079 pub fn focus_path(self, path: &str, save_history: bool) -> Result<Self> { in focus_path() method