Searched refs:sp_find_focusable_widget (Results 1 – 3 of 3) sorted by relevance
45 Gtk::Widget* sp_find_focusable_widget(Gtk::Widget* widget);
189 Gtk::Widget* sp_find_focusable_widget(Gtk::Widget* widget) { in sp_find_focusable_widget() function
114 if (auto child = sp_find_focusable_widget(this)) { in focus_dialog()