Home
last modified time | relevance | path

Searched refs:GestureSwipe (Results 1 – 25 of 40) sorted by relevance

12

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dgestureswipe.cc129 GestureSwipe::GestureSwipe(const Glib::ConstructParams& construct_params) in GestureSwipe() function in Gtk::GestureSwipe
136 GestureSwipe::GestureSwipe(GtkGestureSwipe* castitem) in GestureSwipe() function in Gtk::GestureSwipe
142 GestureSwipe::GestureSwipe(GestureSwipe&& src) noexcept in GestureSwipe() function in Gtk::GestureSwipe
146 GestureSwipe& GestureSwipe::operator=(GestureSwipe&& src) noexcept in operator =()
153 GestureSwipe::~GestureSwipe() noexcept in ~GestureSwipe()
157 GestureSwipe::CppClassType GestureSwipe::gestureswipe_class_; // initialize static member
159 GType GestureSwipe::get_type() in get_type()
171 GestureSwipe::GestureSwipe() in GestureSwipe() function in Gtk::GestureSwipe
181 GestureSwipe::GestureSwipe(Widget& widget) in GestureSwipe() function in Gtk::GestureSwipe
191 Glib::RefPtr<GestureSwipe> GestureSwipe::create(Widget& widget) in create()
[all …]
H A Dgestureswipe.h59 class GestureSwipe : public GestureSingle
65 using CppObjectType = GestureSwipe;
71 GestureSwipe(const GestureSwipe&) = delete;
72 GestureSwipe& operator=(const GestureSwipe&) = delete;
79 explicit GestureSwipe(GtkGestureSwipe* castitem);
85 GestureSwipe(GestureSwipe&& src) noexcept;
86 GestureSwipe& operator=(GestureSwipe&& src) noexcept;
88 ~GestureSwipe() noexcept override;
116 GestureSwipe();
120 explicit GestureSwipe(Widget& widget);
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dgesture_swipe.rs28 …pub struct GestureSwipe(Object<gtk_sys::GtkGestureSwipe, gtk_sys::GtkGestureSwipeClass, GestureSwi…
35 impl GestureSwipe { impl
36 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
65 pub fn connect_swipe<F: Fn(&GestureSwipe, f64, f64) + 'static>(&self, f: F) -> SignalHandlerId { in connect_swipe() argument
66 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
103 pub fn build(self) -> GestureSwipe { in build() argument
126 glib::Object::new(GestureSwipe::static_type(), &properties) in build()
168 impl fmt::Display for GestureSwipe { implementation
H A Dmod.rs403 pub use self::gesture_swipe::{GestureSwipe, GestureSwipeClass};
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dgesture_swipe.rs28 …pub struct GestureSwipe(Object<gtk_sys::GtkGestureSwipe, gtk_sys::GtkGestureSwipeClass, GestureSwi…
35 impl GestureSwipe { implementation
36 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
65 pub fn connect_swipe<F: Fn(&GestureSwipe, f64, f64) + 'static>(&self, f: F) -> SignalHandlerId { in connect_swipe() argument
66 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
103 pub fn build(self) -> GestureSwipe { in build() argument
126 glib::Object::new(GestureSwipe::static_type(), &properties) in build()
168 impl fmt::Display for GestureSwipe { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dgesture_swipe.rs28 …pub struct GestureSwipe(Object<gtk_sys::GtkGestureSwipe, gtk_sys::GtkGestureSwipeClass, GestureSwi…
35 impl GestureSwipe { implementation
36 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
63 pub fn connect_swipe<F: Fn(&GestureSwipe, f64, f64) + 'static>(&self, f: F) -> SignalHandlerId { in connect_swipe() argument
64 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
108 pub fn build(self) -> GestureSwipe { in build() argument
131 glib::Object::new(GestureSwipe::static_type(), &properties) in build()
173 impl fmt::Display for GestureSwipe { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dgesture_swipe.rs25 …pub struct GestureSwipe(Object<ffi::GtkGestureSwipe, ffi::GtkGestureSwipeClass>) @extends GestureS…
32 impl GestureSwipe { implementation
34 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
73 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
120 pub fn build(self) -> GestureSwipe { in build() argument
143 glib::Object::new::<GestureSwipe>(&properties) in build()
183 impl fmt::Display for GestureSwipe { implementation
H A Dmod.rs323 pub use self::gesture_swipe::GestureSwipe;
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs25 …pub struct GestureSwipe(Object<ffi::GtkGestureSwipe, ffi::GtkGestureSwipeClass>) @extends GestureS…
32 impl GestureSwipe { implementation
34 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
73 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
120 pub fn build(self) -> GestureSwipe { in build() argument
143 glib::Object::new::<GestureSwipe>(&properties) in build()
183 impl fmt::Display for GestureSwipe { implementation
H A Dmod.rs323 pub use self::gesture_swipe::GestureSwipe;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs25 …pub struct GestureSwipe(Object<ffi::GtkGestureSwipe, ffi::GtkGestureSwipeClass>) @extends GestureS…
32 impl GestureSwipe { implementation
34 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
73 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
120 pub fn build(self) -> GestureSwipe { in build() argument
143 glib::Object::new::<GestureSwipe>(&properties) in build()
183 impl fmt::Display for GestureSwipe { implementation
H A Dmod.rs323 pub use self::gesture_swipe::GestureSwipe;
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs25 …pub struct GestureSwipe(Object<ffi::GtkGestureSwipe, ffi::GtkGestureSwipeClass>) @extends GestureS…
32 impl GestureSwipe { impl
34 pub fn new<P: IsA<Widget>>(widget: &P) -> GestureSwipe { in new() argument
73 unsafe extern "C" fn swipe_trampoline<F: Fn(&GestureSwipe, f64, f64) + 'static>( in connect_swipe() argument
120 pub fn build(self) -> GestureSwipe { in build() argument
143 glib::Object::new::<GestureSwipe>(&properties) in build()
183 impl fmt::Display for GestureSwipe { implementation
H A Dmod.rs323 pub use self::gesture_swipe::GestureSwipe;
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dgestureswipe.hg41 class GestureSwipe : public GestureSingle
43 _CLASS_GOBJECT(GestureSwipe, GtkGestureSwipe, GTK_GESTURE_SWIPE, GestureSingle, GtkGestureSingle)
53 _WRAP_CTOR(GestureSwipe(Widget& widget), gtk_gesture_swipe_new)
61 * @return A RefPtr to a new GestureSwipe.
70 // GestureSwipe has no properties
H A Dgtk_extra_objects.defs119 (define-object GestureSwipe
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dgestureswipe_p.h17 using CppObjectType = GestureSwipe;
23 friend class GestureSwipe; variable
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_gestures.cc30 Glib::RefPtr<Gtk::GestureSwipe> m_GestureSwipe;
60 m_GestureSwipe = Gtk::GestureSwipe::create(m_DrawingArea); in Example_Gestures()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.h73 void OnGestureSwipe(const Gesture* gesture, const GestureSwipe* swipe); in COMPONENT_EXPORT()
H A Dgesture_interpreter_libevdev_cros.cc370 const GestureSwipe* swipe) { in OnGestureSwipe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.h75 void OnGestureSwipe(const Gesture* gesture, const GestureSwipe* swipe); in COMPONENT_EXPORT()
H A Dgesture_interpreter_libevdev_cros.cc396 const GestureSwipe* swipe) { in OnGestureSwipe()
/dports/games/gnome-2048/gnome-2048-3.38.2/src/
H A Dgame-window.vala345 private GestureSwipe gesture_swipe;
349 …gesture_swipe = new GestureSwipe (_embed); // _window works, but problems with headerbar; the mai…
355 …private inline void _on_swipe (GestureSwipe _gesture_swipe, double velocity_x, double velocity_y) …
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dmedia_viewer.rs42 swipe_gesture: Option<gtk::GestureSwipe>,
908 let swipe_gesture = gtk::GestureSwipe::new(&media_container); in connect_media_viewer_box()
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gtk-3.0.36/
H A Dgi-gtk.cabal191 GI.Gtk.Objects.GestureSwipe,
541 GI.Gtk.Objects.GestureSwipe,

12