|
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.
| 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(), and PlaceX.
| 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(), PlaceX, 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(), PlaceX, 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(), PlaceX, 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(), PlaceX, 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.
| 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(), and PlaceX.
| 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 PlaceX, and 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 PlaceX, and 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 PlaceX, Scr, and WMgrRemoveFromCurrentWorkSpace().