Home
last modified time | relevance | path

Searched refs:move_visually (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTextView.t71 is($view -> move_visually($iter, 5), 1);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextview.h578 bool move_visually(TextBuffer::iterator& iter, int count);
H A Dtextview.cc603 bool TextView::move_visually(TextBuffer::iterator& iter, int count) in move_visually() function in Gtk::TextView
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextview.h607 bool move_visually(TextBuffer::iterator& iter, int count);
H A Dtextview.cc515 bool TextView::move_visually(TextBuffer::iterator& iter, int count) in move_visually() function in Gtk::TextView
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtextview.hg169 …_WRAP_METHOD(bool move_visually(TextBuffer::iterator& iter, int count), gtk_text_view_move_visuall…
H A Dgtk_methods.defs26571 (define-method move_visually
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtextview.hg156 …_WRAP_METHOD(bool move_visually(TextBuffer::iterator& iter, int count), gtk_text_view_move_visuall…
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_view.rs817 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1468 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_view.rs817 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1468 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_view.rs817 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1468 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_view.rs751 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1370 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_view.rs775 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1387 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_view.rs817 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1468 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_view.rs751 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool; in move_visually() method
1370 fn move_visually(&self, iter: &mut TextIter, count: i32) -> bool { in move_visually() method
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/multiedit/multiedit/
H A Dviewactivatable.py1079 self.view.move_visually(piter, count)
/dports/lang/vala/vala-0.48.18/
H A DNEWS1588 - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas10081 function move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; inline; in move_visually() function
28086 function TGtkTextView.move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; in move_visually() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas10088 function move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; inline; in move_visually() function
28141 function TGtkTextView.move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; in move_visually() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas10081 function move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; inline; in move_visually() function
28086 function TGtkTextView.move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; in move_visually() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas10088 function move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; inline; in move_visually() function
28141 function TGtkTextView.move_visually(iter: PGtkTextIter; count: gint): gboolean; cdecl; in move_visually() function
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgtk+-2.0.vapi4763 public bool move_visually (ref Gtk.TextIter iter, int count);
H A Dgtk+-3.0.vapi8276 public bool move_visually (ref Gtk.TextIter iter, int count);
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk-base.defs20616 (define-method move_visually
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgtk.defs21508 (define-method move_visually

12