|
CTWM
|
#include "ctwm.h"#include "functions_internal.h"#include "screen.h"#include "occupation.h"#include "workspace_utils.h"Go to the source code of this file.
Functions | |
| void | f_occupy_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_occupyall_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_addtoworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_removefromworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_toggleoccupation_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_vanish_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_warphere_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_movetonextworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_movetoprevworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_movetonextworkspaceandfollow_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_movetoprevworkspaceandfollow_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_gotoworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_prevworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_nextworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_rightworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_leftworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_upworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_downworkspace_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void f_addtoworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 33 of file functions_workspaces.c.
References AddToWorkSpace().
| void f_downworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 125 of file functions_workspaces.c.
References GotoDownWorkSpace(), and Scr.
| void f_gotoworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 91 of file functions_workspaces.c.
References GotoWorkSpaceByName(), and Scr.
| void f_leftworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 115 of file functions_workspaces.c.
References GotoLeftWorkSpace(), and Scr.
| void f_movetonextworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 66 of file functions_workspaces.c.
References MoveToNextWorkSpace(), and Scr.
| void f_movetonextworkspaceandfollow_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 76 of file functions_workspaces.c.
References MoveToNextWorkSpaceAndFollow(), and Scr.
| void f_movetoprevworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 71 of file functions_workspaces.c.
References MoveToPrevWorkSpace(), and Scr.
| void f_movetoprevworkspaceandfollow_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 81 of file functions_workspaces.c.
References MoveToPrevWorkSpaceAndFollow(), and Scr.
| void f_nextworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 105 of file functions_workspaces.c.
References GotoNextWorkSpace(), and Scr.
| void f_occupy_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 18 of file functions_workspaces.c.
References Occupy().
| void f_occupyall_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 23 of file functions_workspaces.c.
References OccupyAll().
| void f_prevworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 100 of file functions_workspaces.c.
References GotoPrevWorkSpace(), and Scr.
| void f_removefromworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 38 of file functions_workspaces.c.
References RemoveFromWorkSpace().
| void f_rightworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 110 of file functions_workspaces.c.
References GotoRightWorkSpace(), and Scr.
| void f_toggleoccupation_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 43 of file functions_workspaces.c.
References ToggleOccupation().
| void f_upworkspace_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 120 of file functions_workspaces.c.
References GotoUpWorkSpace(), and Scr.
| void f_vanish_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 52 of file functions_workspaces.c.
References Scr, and WMgrRemoveFromCurrentWorkSpace().
| void f_warphere_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 57 of file functions_workspaces.c.
References Scr, and WMgrAddToCurrentWorkSpaceAndWarp().