|
CTWM
|
#include "ctwm.h"#include "functions_internal.h"#include "iconmgr.h"#include "icons.h"#include "otp.h"#include "screen.h"#include "vscreen.h"#include "win_iconify.h"#include "win_utils.h"#include "workspace_manager.h"Go to the source code of this file.
Functions | |
| void | f_upiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_downiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_lefticonmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_righticonmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_forwiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_backiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_forwmapiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_backmapiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_nexticonmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_previconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_showiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_hideiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | HideIconManager (void) |
| void | f_sorticonmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_showworkspacemgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_hideworkspacemgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_toggleworkspacemgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_togglestate_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_setbuttonsstate_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_setmapstate_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void f_backiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 45 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void f_backmapiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 55 of file functions_icmgr_wsmgr.c.
References MoveMappedIconManager().
| void f_downiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 29 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void f_forwiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 41 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void f_forwmapiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 51 of file functions_icmgr_wsmgr.c.
References MoveMappedIconManager().
| void f_hideiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 131 of file functions_icmgr_wsmgr.c.
References HideIconManager().
| void f_hideworkspacemgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 206 of file functions_icmgr_wsmgr.c.
| void f_lefticonmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 33 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void f_nexticonmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 61 of file functions_icmgr_wsmgr.c.
References JumpIconManager().
| void f_previconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 65 of file functions_icmgr_wsmgr.c.
References JumpIconManager().
| void f_righticonmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 37 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void f_setbuttonsstate_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 241 of file functions_icmgr_wsmgr.c.
References Scr, and WMgrSetButtonsState().
| void f_setmapstate_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 246 of file functions_icmgr_wsmgr.c.
References Scr, and WMgrSetMapState().
| void f_showiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 74 of file functions_icmgr_wsmgr.c.
References IconMgr::count, dpy, TwmWindow::frame, TwmWindow::icon, WorkSpace::iconmgr, TwmWindow::isicon, TwmWindow::mapped, IconMgr::next, WorkSpace::next, OtpRaise(), Scr, SetMapStateProp(), IconMgr::twm_win, visible(), Icon::w, TwmWindow::w, and WinWin.
| void f_showworkspacemgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 196 of file functions_icmgr_wsmgr.c.
References DeIconify(), OtpRaise(), Scr, and WinWin.
| void f_sorticonmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 168 of file functions_icmgr_wsmgr.c.
References C_ICONMGR, dpy, Scr, and SortIconManager().
| void f_togglestate_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 236 of file functions_icmgr_wsmgr.c.
References Scr, and WMgrToggleState().
| void f_toggleworkspacemgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 216 of file functions_icmgr_wsmgr.c.
References DeIconify(), Iconify(), OtpRaise(), Scr, and WinWin.
| void f_upiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 25 of file functions_icmgr_wsmgr.c.
References MoveIconManager().
| void HideIconManager | ( | void | ) |
Definition at line 137 of file functions_icmgr_wsmgr.c.
References dpy, TwmWindow::frame, TwmWindow::icon, WorkSpace::iconmgr, TwmWindow::isicon, TwmWindow::mapped, IconMgr::next, WorkSpace::next, Scr, SetMapStateProp(), IconMgr::twm_win, and Icon::w.
Referenced by f_delete_impl(), f_deleteordestroy_impl(), and f_hideiconmgr_impl().