Home
last modified time | relevance | path

Searched refs:find_toplevel_parent (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/scale/
H A Dscale-title-overlay.cpp11 static wayfire_view find_toplevel_parent(wayfire_view view) in find_toplevel_parent() function
159 auto box = get_transformed_wm_geometry(find_toplevel_parent(view)); in get_parent_box()
184 auto parent = find_toplevel_parent(view); in should_have_overlay()
242 auto& tex = get_overlay_texture(find_toplevel_parent(view)); in pre_render()
353 view_title_texture_t& title = get_overlay_texture(find_toplevel_parent( in render()
381 auto parent = find_toplevel_parent(view); in view_title_overlay_t()
420 auto parent = find_toplevel_parent(view); in ~view_title_overlay_t()
536 v = find_toplevel_parent(v); in update_title_overlay_mouse()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp73 static wayfire_view find_toplevel_parent(wayfire_view view) in find_toplevel_parent() function
92 view = find_toplevel_parent(view); in check_refocus_parent()
144 find_toplevel_parent(old_parent)); in set_toplevel_parent()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_Utils.cpp31 wxTopLevelWindow* find_toplevel_parent(wxWindow *window) in find_toplevel_parent() function
H A DGUI_Utils.hpp52 wxTopLevelWindow* find_toplevel_parent(wxWindow *window);
H A DwxExtensions.cpp398 wxTopLevelWindow *toplevel = Slic3r::GUI::find_toplevel_parent(win); in em_unit()
H A DGUI_App.cpp546 auto main_frame = dynamic_cast<MainFrame*>(Slic3r::GUI::find_toplevel_parent(win)); in register_win32_device_notification_event()
H A DTab.cpp477 HWND hwnd_toplevel = find_toplevel_parent(m_treectrl)->GetHandle(); in OnActivate()