Home
last modified time | relevance | path

Searched defs:move_to_workspace (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/pwm/pwm-20070720/
H A Dworkspace.c156 void move_to_workspace(WWinObj *obj, int ws) in move_to_workspace() function
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dwindow-tracker-window.h123 …void (*move_to_workspace)(XfdashboardWindowTrackerWindow *self, XfdashboardWindowTrackerWorkspace … member
/dports/x11/xpra/xpra-4.3/xpra/x11/models/
H A Dbase.py259 def move_to_workspace(self, workspace : int): member in BaseWindowModel
/dports/x11-wm/wayfire/wayfire-0.7.0/src/output/
H A Dworkspace-impl.cpp501 void move_to_workspace(wayfire_view view, wf::point_t ws) in move_to_workspace() function in wf::output_viewport_manager_t
1123 void workspace_manager::move_to_workspace(wayfire_view view, wf::point_t ws) in move_to_workspace() function in wf::workspace_manager
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp546 static void move_to_workspace(wf::view_interface_t *view, wf::point_t workspace) in move_to_workspace() function