Home
last modified time | relevance | path

Searched refs:dest_window (Results 1 – 25 of 114) sorted by relevance

12345

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A Dgdkdnd-directfb.c110 if (context->dest_window) in gdk_drag_context_finalize()
154 (context->dest_window && (context->dest_window == dest)))) in gdk_drag_context_find()
219 new_context->dest_window = g_object_ref (context->dest_window); in local_send_enter()
304 if (context->dest_window) in gdk_drag_do_leave()
387 if (dest_window) in gdk_drag_find_window_for_screen()
391 *dest_window = NULL; in gdk_drag_find_window_for_screen()
395 *dest_window = context->dest_window; in gdk_drag_find_window_for_screen()
396 if (*dest_window) in gdk_drag_find_window_for_screen()
419 if (context->dest_window != dest_window) in gdk_drag_motion()
428 if (dest_window) in gdk_drag_motion()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkDnd.xs32 Gtk2::Gdk::DragContext::dest_window = 3
42 case 3: RETVAL = newSVGdkWindow (dc->dest_window); break;
168 GdkWindow *dest_window = NULL;
173 &dest_window, &protocol);
174 XPUSHs (sv_2mortal (newSVGdkWindow (dest_window)));
175 XPUSHs (sv_2mortal ((dest_window
208 GdkWindow *dest_window;
212 &dest_window, &protocol);
213 XPUSHs (sv_2mortal (newSVGdkWindow_ornull (dest_window)));
214 XPUSHs (sv_2mortal (dest_window
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/actions/
H A Dkeyboard_input_action.cpp85 const Windowdef_list *KeyboardInputAction::dest_window() const in dest_window() function in KHotKeys::KeyboardInputAction
90 Windowdef_list *KeyboardInputAction::dest_window() in dest_window() function in KHotKeys::KeyboardInputAction
108 if (_destination == SpecificWindow && dest_window() != nullptr) { in cfg_write()
110 dest_window()->cfg_write(windowGroup); in cfg_write()
126 Q_ASSERT(dest_window()); in execute()
127 w = windows_handler->find_window(dest_window()); in execute()
170 …return new KeyboardInputAction(data_P, input(), dest_window() ? dest_window()->copy() : nullptr, _… in copy()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkdnd-x11.c1764 new_context->dest_window = dest_window; in motif_drag_context_new()
3425 if (*dest_window) in gdk_drag_find_window_for_screen()
3431 *dest_window = NULL; in gdk_drag_find_window_for_screen()
3435 *dest_window = context->dest_window; in gdk_drag_find_window_for_screen()
3436 if (*dest_window) in gdk_drag_find_window_for_screen()
3492 if (dest_window) in gdk_drag_motion()
3507 if (dest_window) in gdk_drag_motion()
3511 else if (context->dest_window == dest_window) in gdk_drag_motion()
3529 if (context->dest_window != dest_window) in gdk_drag_motion()
3539 if (dest_window) in gdk_drag_motion()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkdnd-x11.c2138 GdkWindow *dest_window; in gdk_x11_drag_context_find_window() local
2175 dest_window = context->dest_window; in gdk_x11_drag_context_find_window()
2176 if (dest_window) in gdk_x11_drag_context_find_window()
2181 return dest_window; in gdk_x11_drag_context_find_window()
2229 if (dest_window) in gdk_x11_drag_context_drag_motion()
2244 if (dest_window) in gdk_x11_drag_context_drag_motion()
2248 else if (context->dest_window == dest_window) in gdk_x11_drag_context_drag_motion()
2266 if (context->dest_window != dest_window) in gdk_x11_drag_context_drag_motion()
2276 if (dest_window) in gdk_x11_drag_context_drag_motion()
2278 context->dest_window = dest_window; in gdk_x11_drag_context_drag_motion()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_drag_drop_client.cc234 XID dest_window = FindWindowFor(screen_point); in ProcessMouseMove() local
236 if (source_current_window_ != dest_window) { in ProcessMouseMove()
240 source_current_window_ = dest_window; in ProcessMouseMove()
622 void XDragDropClient::SendXdndEnter(XID dest_window, in SendXdndEnter() argument
636 SendXClientEvent(dest_window, &xev); in SendXdndEnter()
639 void XDragDropClient::SendXdndPosition(XID dest_window, in SendXdndPosition() argument
648 SendXClientEvent(dest_window, &xev); in SendXdndPosition()
659 void XDragDropClient::SendXdndLeave(XID dest_window) { in SendXdndLeave() argument
661 SendXClientEvent(dest_window, &xev); in SendXdndLeave()
664 void XDragDropClient::SendXdndDrop(XID dest_window) { in SendXdndDrop() argument
[all …]
H A Dx11_drag_drop_client.h178 void SendXdndEnter(XID dest_window, const std::vector<Atom>& targets); in COMPONENT_EXPORT()
179 void SendXdndPosition(XID dest_window, in COMPONENT_EXPORT()
182 void SendXdndLeave(XID dest_window); in COMPONENT_EXPORT()
183 void SendXdndDrop(XID dest_window); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_drag_drop_client.cc238 x11::Window dest_window = FindWindowFor(screen_point); in ProcessMouseMove() local
240 if (target_current_window_ != dest_window) { in ProcessMouseMove()
244 target_current_window_ = dest_window; in ProcessMouseMove()
263 SendXdndPosition(dest_window, screen_point, event_time); in ProcessMouseMove()
632 void XDragDropClient::SendXdndEnter(x11::Window dest_window, in SendXdndEnter() argument
646 SendXClientEvent(dest_window, xev); in SendXdndEnter()
659 SendXClientEvent(dest_window, xev); in SendXdndPosition()
670 void XDragDropClient::SendXdndLeave(x11::Window dest_window) { in SendXdndLeave() argument
672 SendXClientEvent(dest_window, xev); in SendXdndLeave()
675 void XDragDropClient::SendXdndDrop(x11::Window dest_window) { in SendXdndDrop() argument
[all …]
H A Dx11_drag_drop_client.h194 void SendXdndEnter(x11::Window dest_window, in COMPONENT_EXPORT()
196 void SendXdndPosition(x11::Window dest_window, in COMPONENT_EXPORT()
199 void SendXdndLeave(x11::Window dest_window); in COMPONENT_EXPORT()
200 void SendXdndDrop(x11::Window dest_window); in COMPONENT_EXPORT()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkdnd-win32.c178 if (context->dest_window) in gdk_drag_context_finalize()
242 ((dest == NULL) || (context->dest_window && (context->dest_window == dest)))) in gdk_drag_context_find()
1689 new_context->dest_window = context->dest_window; in local_send_enter()
1788 if (context->dest_window) in gdk_drag_do_leave()
2034 *dest_window = NULL; in gdk_drag_find_window_for_screen()
2059 (*dest_window ? GDK_WINDOW_HWND (*dest_window) : NULL), in gdk_drag_find_window_for_screen()
2093 if (context->dest_window == dest_window) in gdk_drag_motion()
2099 dest_window); in gdk_drag_motion()
2115 if (dest_window) in gdk_drag_motion()
2117 context->dest_window = dest_window; in gdk_drag_motion()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkdnd-wayland.c188 GdkWindow *dest_window, in gdk_wayland_drag_context_drag_motion() argument
196 if (context->dest_window != dest_window) in gdk_wayland_drag_context_drag_motion()
198 context->dest_window = dest_window ? g_object_ref (dest_window) : NULL; in gdk_wayland_drag_context_drag_motion()
205 return context->dest_window != NULL; in gdk_wayland_drag_context_drag_motion()
230 if (!context->dest_window) in gdk_wayland_drop_context_set_status()
616 GdkWindow *dest_window, in _gdk_wayland_drag_context_set_dest_window() argument
619 if (context->dest_window) in _gdk_wayland_drag_context_set_dest_window()
620 g_object_unref (context->dest_window); in _gdk_wayland_drag_context_set_dest_window()
622 context->dest_window = dest_window ? g_object_ref (dest_window) : NULL; in _gdk_wayland_drag_context_set_dest_window()
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/
H A Ddrag_context.rs42 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
50 &mut dest_window, in drag_find_window_for_screen()
53 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
59 dest_window: &Window, in drag_motion()
70 dest_window.to_glib_none().0, in drag_motion()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/src/
H A Ddrag_context.rs42 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
50 &mut dest_window, in drag_find_window_for_screen()
53 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
59 dest_window: &Window, in drag_motion()
70 dest_window.to_glib_none().0, in drag_motion()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/src/
H A Ddrag_context.rs42 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
50 &mut dest_window, in drag_find_window_for_screen()
53 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
59 dest_window: &Window, in drag_motion()
70 dest_window.to_glib_none().0, in drag_motion()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-0.14.0/src/
H A Ddrag_context.rs44 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
52 &mut dest_window, in drag_find_window_for_screen()
55 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
63 dest_window: &Window, in drag_motion()
74 dest_window.to_glib_none().0, in drag_motion()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/
H A Ddrag_context.rs44 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
52 &mut dest_window, in drag_find_window_for_screen()
55 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
63 dest_window: &Window, in drag_motion()
74 dest_window.to_glib_none().0, in drag_motion()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/
H A Ddrag_context.rs44 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
52 &mut dest_window, in drag_find_window_for_screen()
55 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
63 dest_window: &Window, in drag_motion()
74 dest_window.to_glib_none().0, in drag_motion()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/
H A Ddrag_context.rs44 let mut dest_window = ptr::null_mut(); in drag_find_window_for_screen() localVariable
52 &mut dest_window, in drag_find_window_for_screen()
55 (from_glib_full(dest_window), from_glib(protocol)) in drag_find_window_for_screen()
63 dest_window: &Window, in drag_motion()
74 dest_window.to_glib_none().0, in drag_motion()
/dports/japanese/skkinput/skkinput-2.06.4/
H A DMyDispatch.c34 Window dest_window ; member
72 node->src_window = node->dest_window = None ; in alloc_myeventhandler()
110 node->dest_window = dest_win ; in add_myeventhandler()
219 xevent->xkey.window = node->dest_window ; in mydispatch_event()
222 xevent->xany.window = node->dest_window ; in mydispatch_event()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkdnd.c56 GdkWindow **dest_window, in gdk_drag_find_window() argument
61 x_root, y_root, dest_window, protocol); in gdk_drag_find_window()
190 return context->dest_window; in gdk_drag_context_get_dest_window()
H A Dgdkdnd.h85 GdkWindow *GSEAL (dest_window);
153 GdkWindow **dest_window,
165 GdkWindow **dest_window,
171 GdkWindow *dest_window,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkdnd.c180 return context->dest_window; in gdk_drag_context_get_dest_window()
260 if (context->dest_window) in gdk_drag_context_finalize()
261 g_object_unref (context->dest_window); in gdk_drag_context_finalize()
388 GdkWindow **dest_window, in gdk_drag_find_window_for_screen() argument
393 *dest_window = GDK_DRAG_CONTEXT_GET_CLASS (context) in gdk_drag_find_window_for_screen()
443 GdkWindow *dest_window, in gdk_drag_motion() argument
455 dest_window, in gdk_drag_motion()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DGUIContext.cpp628 Window* dest_window = d_captureWindow; in getTargetWindow() local
630 if (!dest_window) in getTargetWindow()
632 dest_window = d_rootWindow-> in getTargetWindow()
635 if (!dest_window) in getTargetWindow()
636 dest_window = d_rootWindow; in getTargetWindow()
640 if (dest_window->distributesCapturedInputs()) in getTargetWindow()
642 Window* child_window = dest_window-> in getTargetWindow()
646 dest_window = child_window; in getTargetWindow()
652 if (!dest_window->isAncestor(d_modalWindow)) in getTargetWindow()
653 dest_window = d_modalWindow; in getTargetWindow()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dgdkdnd-win32.c270 ((dest == NULL) || (context->dest_window && (context->dest_window == dest)))) in gdk_drag_context_find()
298 GdkWindow *dest_window; member
566 g_set_object (&context->dest_window, ctx->dest_window); in idroptarget_dragenter()
1905 g_set_object (&new_context->dest_window, context->dest_window); in local_send_enter()
2016 if (context->dest_window) in gdk_drag_do_leave()
2312 if (context->dest_window == dest_window) in gdk_win32_drag_context_drag_motion()
2318 dest_window); in gdk_win32_drag_context_drag_motion()
2334 if (dest_window) in gdk_win32_drag_context_drag_motion()
2336 g_set_object (&context->dest_window, dest_window); in gdk_win32_drag_context_drag_motion()
2522 if (context->dest_window) in gdk_win32_drag_context_drop_reply()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/host/
H A Ddrm_cursor.cc114 DrmWindowHost* dest_window = window_manager_->GetPrimaryWindow(); in OnWindowRemoved() local
116 if (dest_window) { in OnWindowRemoved()
117 window_ = dest_window->GetAcceleratedWidget(); in OnWindowRemoved()
118 display_bounds_in_screen_ = dest_window->GetBounds(); in OnWindowRemoved()
119 confined_bounds_ = dest_window->GetCursorConfinedBounds(); in OnWindowRemoved()

12345