Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/DrawGraph/IGD_1.0/
H A DWindowMenu.tcl12 set from_window $igd_windowFromToplevel($toplevel_name)
15 Igd_CopyWindow $to_window $from_window
567 proc Igd_CopyWindow { to_window from_window } { argument
572 Igd_CopyWindowDesc $to_window $from_window
578 Igd_CopyGraph $to_window $from_window
580 Igd_CopyRegisters $to_window $from_window
589 proc Igd_CopyGraph { to_window from_window } { argument
598 foreach node $igd_windowNodes($from_window) {
599 set tmp "$from_window,$node"
609 foreach edge $igd_windowEdges($from_window) {
[all …]
H A DInit.tcl105 proc Igd_CopyWindowDesc { to_window from_window } { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/public/android/
H A Dwrapping_test_tracker.cc47 bool from_window) const { in HasEverTriggered()
53 from_window); in HasEverTriggered()
H A Dwrapping_test_tracker.h29 bool from_window) const override;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmain.c2072 GdkWindow *from_window, *to_window; in synth_crossing_for_grab_notify() local
2078 from_window = NULL; in synth_crossing_for_grab_notify()
2081 from_window = _gtk_widget_get_device_window (from, device); in synth_crossing_for_grab_notify()
2083 if (from_window && in synth_crossing_for_grab_notify()
2084 !gdk_window_get_support_multidevice (from_window) && in synth_crossing_for_grab_notify()
2085 g_list_find (info->notified_windows, from_window)) in synth_crossing_for_grab_notify()
2086 from_window = NULL; in synth_crossing_for_grab_notify()
2101 if (from_window || to_window) in synth_crossing_for_grab_notify()
2103 _gtk_widget_synthesize_crossing ((from_window) ? from : NULL, in synth_crossing_for_grab_notify()
2107 if (from_window) in synth_crossing_for_grab_notify()
[all …]
H A Dgtkwidget.c12738 GdkWindow *from_window = NULL, *to_window = NULL; in _gtk_widget_synthesize_crossing() local
12746 if (!from_window) in _gtk_widget_synthesize_crossing()
12747 from_window = from->priv->window; in _gtk_widget_synthesize_crossing()
12758 if (from_window == NULL && to_window == NULL) in _gtk_widget_synthesize_crossing()
12760 else if (from_window != NULL && to_window == NULL) in _gtk_widget_synthesize_crossing()
12763 GdkWindow *from_ancestor = from_window; in _gtk_widget_synthesize_crossing()
12785 else if (from_window == NULL && to_window != NULL) in _gtk_widget_synthesize_crossing()
12810 else if (from_window == to_window) in _gtk_widget_synthesize_crossing()
12830 if (to_ancestor == from_window) in _gtk_widget_synthesize_crossing()
12836 if (to_ancestor == from_window) in _gtk_widget_synthesize_crossing()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/test/
H A Dmock_tracker.h28 bool(const base::Feature& feature, bool from_window));
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/app/
H A Dwindowstate.rs29 pub fn from_window(window: &gtk::ApplicationWindow) -> WindowState { in from_window() method
H A Dmod.rs193 let window_state = WindowState::from_window(window); in on_startup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/public/
H A Dtracker.h118 bool from_window) const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/internal/
H A Dtracker_impl.h44 bool from_window) const override;
H A Dtracker_impl.cc213 bool from_window) const { in HasEverTriggered()
219 from_window ? trigger_config.window : trigger_config.storage; in HasEverTriggered()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/
H A Dsettings.rs36 pub(crate) fn from_window(window: &hdy::ApplicationWindow) -> WindowGeometry { in from_window() method
H A Dwindow.rs74 WindowGeometry::from_window(&window).write(&settings); in new()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-window.h150 GthWindow *from_window,
H A Dgth-window.c1075 GthWindow *from_window, in gth_window_copy_shortcuts() argument
1080 for (i = 0; i < from_window->priv->shortcuts_v->len; i++) { in gth_window_copy_shortcuts()
1081 const GthShortcut *shortcut = g_ptr_array_index (from_window->priv->shortcuts_v, i); in gth_window_copy_shortcuts()
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dsdl2_video.rst256 .. classmethod:: from_window
259 | :sg:`from_window(window) -> Renderer`
/dports/devel/py-game/pygame-2.1.0/buildconfig/pygame-stubs/_sdl2/
H A Dvideo.pyi145 def from_window(window: Window) -> Renderer: ...
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_Utils.cpp206 WindowMetrics WindowMetrics::from_window(wxTopLevelWindow *window) in from_window() function in Slic3r::GUI::WindowMetrics
H A DGUI_Utils.hpp378 static WindowMetrics from_window(wxTopLevelWindow *window);
H A DGUI_App.cpp2144 WindowMetrics metrics = WindowMetrics::from_window(window); in on_init_inner()
2182 auto metrics = WindowMetrics::from_window(window); in on_init_inner()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_core-0.8.3/src/
H A Dlib.rs356 fn from_window(window: &Self::Window) -> Self; in from_window() method
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkwidget.c9116 GdkWindow *from_window = NULL, *to_window = NULL; in _gtk_widget_synthesize_crossing() local
9121 from_window = GTK_WIDGET_HAS_POINTER (from) in _gtk_widget_synthesize_crossing()
9127 if (from_window == NULL && to_window == NULL) in _gtk_widget_synthesize_crossing()
9129 else if (from_window != NULL && to_window == NULL) in _gtk_widget_synthesize_crossing()
9132 GdkWindow *from_ancestor = from_window; in _gtk_widget_synthesize_crossing()
9154 else if (from_window == NULL && to_window != NULL) in _gtk_widget_synthesize_crossing()
9179 else if (from_window == to_window) in _gtk_widget_synthesize_crossing()
9199 if (to_ancestor == from_window) in _gtk_widget_synthesize_crossing()
9205 if (to_ancestor == from_window) in _gtk_widget_synthesize_crossing()
9218 synth_crossing (from, GDK_LEAVE_NOTIFY, from_window, in _gtk_widget_synthesize_crossing()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-transfer.c80 GtkWidget *from_window; member
682 xferData->from_window = scroll_win; in gnc_xfer_dialog_fill_tree_view()
1173 scroll_win = xferData->from_window; in gnc_xfer_dialog_lock_account_tree()
/dports/devel/py-game/pygame-2.1.0/src_c/cython/pygame/_sdl2/
H A Dvideo.pyx925 def from_window(cls, Window window): member in Renderer