Home
last modified time | relevance | path

Searched refs:move_focus (Results 1 – 25 of 94) sorted by relevance

1234

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/views/
H A Dlist_view.rs191 fn move_focus( in move_focus() method
386 self.move_focus(1, direction::Direction::down()) in on_event()
389 self.move_focus(1, direction::Direction::up()) in on_event()
392 self.move_focus(10, direction::Direction::down()) in on_event()
395 self.move_focus(10, direction::Direction::up()) in on_event()
398 .move_focus(usize::max_value(), direction::Direction::back()), in on_event()
400 .move_focus(usize::max_value(), direction::Direction::front()), in on_event()
402 self.move_focus(1, direction::Direction::front()) in on_event()
405 self.move_focus(1, direction::Direction::back()) in on_event()
H A Dlinear_layout.rs368 fn move_focus(&mut self, source: direction::Direction) -> EventResult { in move_focus() method
667 self.move_focus(direction::Direction::back()) in on_event()
672 self.move_focus(direction::Direction::front()) in on_event()
679 self.move_focus(direction::Direction::right()) in on_event()
686 self.move_focus(direction::Direction::down()) in on_event()
693 self.move_focus(direction::Direction::left()) in on_event()
700 self.move_focus(direction::Direction::up()) in on_event()
/dports/audio/sound-juicer/sound-juicer-3.38.0/src/
H A Dsj-cell-renderer-text.c41 move_focus (GtkWidget *entry, in move_focus() function
90 move_focus (entry, tree_view, direction); in sj_cell_renderer_text_key_press()
122 move_focus (entry, tree_view, GTK_DIR_TAB_FORWARD); in sj_cell_renderer_text_key_press()
126 move_focus (entry, tree_view, GTK_DIR_TAB_BACKWARD); in sj_cell_renderer_text_key_press()
139 move_focus (entry, tree_view, GTK_DIR_TAB_BACKWARD); in sj_cell_renderer_text_key_press()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DTextView.custom78 OverrideVirtualMethod (gtype, "move_focus", MoveFocusVMCallback);
97 [GLib.Signal("move_focus")]
100 …GLib.Signal sig = GLib.Signal.Lookup (this, "move_focus", new MoveFocusSignalDelegate(MoveFocusSig…
104 …GLib.Signal sig = GLib.Signal.Lookup (this, "move_focus", new MoveFocusSignalDelegate(MoveFocusSig…
H A DWindow.custom120 OverrideVirtualMethod (gtype, "move_focus", MoveFocusVMCallback);
139 [GLib.Signal("move_focus")]
142 …GLib.Signal sig = GLib.Signal.Lookup (this, "move_focus", new MoveFocusSignalDelegate(MoveFocusSig…
146 …GLib.Signal sig = GLib.Signal.Lookup (this, "move_focus", new MoveFocusSignalDelegate(MoveFocusSig…
/dports/audio/ncspot/ncspot-0.9.3/src/ui/
H A Dtabview.rs54 pub fn move_focus(&mut self, delta: i32) { in move_focus() method
123 MoveAmount::Integer(amount) => self.move_focus(-(*amount)), in on_command()
130 MoveAmount::Integer(amount) => self.move_focus(*amount), in on_command()
H A Dqueue.rs137 self.list.move_focus(-1); in on_command()
154 self.list.move_focus(-(amount as i32)); in on_command()
160 self.list.move_focus(amount as i32); in on_command()
H A Dlistview.rs108 pub fn move_focus(&mut self, delta: i32) { in move_focus() method
274 } => self.move_focus(-3), in on_event()
278 } => self.move_focus(3), in on_event()
448 MoveAmount::Integer(amount) => self.move_focus(-(*amount)), in on_command()
455 MoveAmount::Integer(amount) => self.move_focus(*amount), in on_command()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkoffscreenwindow.c172 move_focus (GtkWidget *widget, in move_focus() function
200 move_focus (widget, GTK_DIR_TAB_FORWARD); in gtk_offscreen_window_show()
H A Dgtknotebook.h115 gboolean move_focus);
H A Dgtktextview.h204 void (* move_focus) (GtkTextView *text_view, member
H A Dgtkwindow.h135 void (* move_focus) (GtkWindow *window, member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkoffscreenwindow.c207 move_focus (GtkWidget *widget, in move_focus() function
232 move_focus (widget, GTK_DIR_TAB_FORWARD); in gtk_offscreen_window_show()
H A Dgtknotebook.h75 gboolean move_focus);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcalendar.c1170 move_focus (GtkCalendar *calendar, in move_focus() function
1264 move_focus (calendar, -1, 0); in gtk_calendar_key_controller_key_pressed()
1276 move_focus (calendar, 1, 0); in gtk_calendar_key_controller_key_pressed()
1288 move_focus (calendar, 0, 1); in gtk_calendar_key_controller_key_pressed()
1300 move_focus (calendar, 0, -1); in gtk_calendar_key_controller_key_pressed()
H A Dgtkpopovermenu.c560 GTK_WIDGET_CLASS (gtk_popover_menu_parent_class)->move_focus (widget, direction); in gtk_popover_menu_move_focus()
588 widget_class->move_focus = gtk_popover_menu_move_focus; in gtk_popover_menu_class_init()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Darea.c312 move_focus(old_a->sel, f); in area_focus()
H A Dframe.c574 move_focus(Frame *old_f, Frame *f) { in move_focus() function
624 move_focus(old_f, f); in frame_focus()
H A Dfns.h179 void move_focus(Frame*, Frame*);
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/
H A Dlibrary.py1185 def on_search_end(self, _button, move_focus=True): argument
1187 self.libsearchfilter_toggle(move_focus)
1192 def libsearchfilter_toggle(self, move_focus): argument
1216 if move_focus:
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextview.inc105 { propagates to GtkWindow move_focus }
121 move_focus : procedure (text_view:PGtkTextView; direction:TGtkDirectionType); cdecl;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextview.inc105 { propagates to GtkWindow move_focus }
121 move_focus : procedure (text_view:PGtkTextView; direction:TGtkDirectionType); cdecl;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtoolbar.hg123 _IGNORE_SIGNAL("move_focus")
/dports/x11/guake/Guake-3.4.0/guake/
H A Dboxes.py122 def move_focus(self, direction, fromChild): member in RootTerminalBox
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Dshutdown-dialog.vala339 (get_toplevel () as Gtk.Window).move_focus (Gtk.DirectionType.TAB_FORWARD);
344 (get_toplevel () as Gtk.Window).move_focus (Gtk.DirectionType.TAB_BACKWARD);

1234