CTWM
|
Go to the source code of this file.
Macros | |
#define | EF_FULLPROTO |
#define | EF_ARGS |
#define | DFHANDLER(func) void f_##func##_impl(EF_FULLPROTO) |
Typedefs | |
typedef void | ExFunc(int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
Variables | |
Time | last_time |
bool | func_reset_cursor |
#define DFHANDLER | ( | func | ) | void f_##func##_impl(EF_FULLPROTO) |
Definition at line 19 of file functions_internal.h.
#define EF_ARGS |
Definition at line 13 of file functions_internal.h.
Referenced by EF_main(), ExecuteFunction(), f_changepriority_impl(), f_deiconify_impl(), f_forcemove_impl(), f_iconify_impl(), f_move_impl(), f_movepack_impl(), f_movepush_impl(), f_priorityswitching_impl(), f_raise_impl(), f_raiseorsqueeze_impl(), f_setpriority_impl(), and f_switchpriority_impl().
#define EF_FULLPROTO |
typedef void ExFunc(int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
Definition at line 17 of file functions_internal.h.
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_altcontext_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 177 of file functions_misc.c.
References AlternateContext, dpy, func_reset_cursor, PlaceX, and Scr.
void f_altkeymap_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 154 of file functions_misc.c.
References Alt1Mask, AlternateKeymap, dpy, func_reset_cursor, PlaceX, and Scr.
void f_autolower_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 52 of file functions_win.c.
void f_autoraise_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 41 of file functions_win.c.
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_beep_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 203 of file functions_misc.c.
void f_bottomzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 987 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_changepriority_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 430 of file functions_win.c.
References EF_ARGS, and otp_priority_handler().
void f_changesize_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1290 of file functions_win_moveresize.c.
References ChangeSize(), and PlaceX.
void f_circledown_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 167 of file functions_win.c.
References OtpCirculateSubwindows(), PlaceX, and Scr.
void f_circleup_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 162 of file functions_win.c.
References OtpCirculateSubwindows(), PlaceX, and Scr.
void f_colormap_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 455 of file functions_win.c.
References BumpWindowColormap(), COLORMAP_NEXT, COLORMAP_PREV, and PlaceX.
void f_deiconify_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 194 of file functions_win.c.
References EF_ARGS, and iconify_handler().
void f_delete_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 276 of file functions_win.c.
References ButtonPressed, DoesWmDeleteWindow, dpy, EventTime, HideIconManager(), PlaceX, Scr, and SendDeleteWindowMessage().
void f_deleteordestroy_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 330 of file functions_win.c.
References ButtonPressed, DoesWmDeleteWindow, dpy, EventTime, HideIconManager(), PlaceX, Scr, and SendDeleteWindowMessage().
void f_destroy_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 307 of file functions_win.c.
References ButtonPressed, dpy, PlaceX, and Scr.
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_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_exec_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 344 of file functions_misc.c.
References dpy, Execute(), PlaceX, PopDownMenu(), and Scr.
void f_fill_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1032 of file functions_win_moveresize.c.
References dpy, fillwindow(), and PlaceX.
void f_focus_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 241 of file functions_win.c.
References FocusOnRoot(), InstallWindowColormaps(), PlaceX, Scr, and SetFocus().
void f_forcemove_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 101 of file functions_win_moveresize.c.
References EF_ARGS, and movewindow().
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_fullscreenzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 971 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_fullzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 967 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
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_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_horizoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 963 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_iconify_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 198 of file functions_win.c.
References EF_ARGS, and iconify_handler().
void f_identify_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 40 of file functions_identify.c.
References Identify(), and PlaceX.
void f_initsize_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1174 of file functions_win_moveresize.c.
References ConstrainSize(), PlaceX, SetupWindow(), x, and y.
void f_jumpdown_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 778 of file functions_win_moveresize.c.
References jump(), MFD_BOTTOM, and PlaceX.
void f_jumpleft_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 770 of file functions_win_moveresize.c.
void f_jumpright_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 774 of file functions_win_moveresize.c.
void f_jumpup_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 782 of file functions_win_moveresize.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_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_leftzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 975 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_lower_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 106 of file functions_win.c.
References IconWin, OtpLower(), PlaceX, WinWin, and WMapLower().
void f_menu_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 63 of file functions_misc.c.
References MenuItem::action, ActiveItem, MenuRoot::defaultitem, ExecuteFunction(), MenuItem::func, GotoWorkSpaceByName(), PlaceX, Scr, and MenuItem::sub.
void f_move_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 97 of file functions_win_moveresize.c.
References EF_ARGS, and movewindow().
void f_movepack_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 105 of file functions_win_moveresize.c.
References EF_ARGS, and movewindow().
void f_movepush_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 109 of file functions_win_moveresize.c.
References EF_ARGS, and movewindow().
void f_moveresize_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1229 of file functions_win_moveresize.c.
References ConstrainSize(), dpy, PlaceX, RLayoutXParseGeometry(), Scr, SetupWindow(), x, and y.
void f_movetitlebar_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 526 of file functions_win.c.
References C_ICON, DispatchEvent2(), dpy, DragBW, DragHeight, DragWidth, DragWindow, DragX, DragY, Event, EventHandler, FixRootEvent(), HandleUnknown(), JunkChild, JunkDepth, JunkMask, JunkRoot, JunkX, JunkY, menuFromFrameOrWindowOrTitlebar, origDragX, origDragY, OtpRaise(), PlaceX, PopDownMenu(), Scr, SetFrameShape(), WindowMoved, and WinWin.
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_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_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_pack_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 700 of file functions_win_moveresize.c.
References dpy, packwindow(), and PlaceX.
void f_pin_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 108 of file functions_misc.c.
References ActiveMenu, dpy, MakeMenu(), MenuRoot::mapped, MRM_MAPPED, MRM_NEVER, MRM_UNMAPPED, MenuRoot::pinned, PlaceX, MenuRoot::pmenu, PopDownMenu(), MenuRoot::pull, MenuRoot::w, MenuRoot::width, MenuRoot::x, and MenuRoot::y.
void f_popup_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 209 of file functions_win.c.
References C_FRAME, DeIconify(), ExecuteFunction(), OtpRaise(), PlaceX, Scr, and WinWin.
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_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_priorityswitching_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 418 of file functions_win.c.
References EF_ARGS, and otp_priority_handler().
void f_quit_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 193 of file functions_misc.c.
References DoShutdown().
void f_raise_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 88 of file functions_win.c.
References EF_ARGS, and raise_handler().
void f_raiseicons_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 240 of file functions_misc.c.
References IconWin, OtpRaise(), PlaceX, and Scr.
void f_raiselower_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 117 of file functions_win.c.
References IconWin, OtpRaiseLower(), PlaceX, WindowMoved, WinWin, and WMapRaiseLower().
void f_raiseorsqueeze_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 93 of file functions_win.c.
References ConstrainedMoveTime, EF_ARGS, last_time, PlaceX, raise_handler(), and Squeeze().
void f_refresh_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 469 of file functions_win.c.
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_rescuewindows_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 249 of file functions_misc.c.
References RescueWindows().
void f_resize_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 883 of file functions_win_moveresize.c.
References belongs_to_twm_window(), C_FRAME, C_ROOT, C_TITLE, C_WINDOW, Cancel, Context, cur_fromMenu(), DispatchEvent2(), dpy, Event, EventHandler, func_reset_cursor, HandleUnknown(), OpaqueResizeSize(), PlaceX, PopDownMenu(), resizeFromCenter(), ResizeOrigX, ResizeOrigY, Scr, and StartResize().
void f_restart_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 198 of file functions_misc.c.
References DoRestart(), and PlaceX.
void f_restoregeometry_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1305 of file functions_win_moveresize.c.
References PlaceX, and restoregeometry().
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_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_rightzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 979 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_ring_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 125 of file functions_warp.c.
References AddWindowToRing(), PlaceX, UnlinkWindowFromRing(), and WindowIsOnRing.
void f_savegeometry_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1300 of file functions_win_moveresize.c.
References PlaceX, and savegeometry().
void f_saveyourself_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 445 of file functions_win.c.
References DoesWmSaveYourself, dpy, EventTime, PlaceX, and send_clientmessage().
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_setpriority_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 426 of file functions_win.c.
References EF_ARGS, and otp_priority_handler().
void f_showbackground_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 235 of file functions_misc.c.
References Scr, and ShowBackground().
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(), PlaceX, 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_slowdownanimation_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 53 of file functions_misc.c.
References ModifyAnimationSpeed().
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, PlaceX, Scr, and SortIconManager().
void f_speedupanimation_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 48 of file functions_misc.c.
References ModifyAnimationSpeed().
void f_squeeze_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 513 of file functions_win.c.
void f_startanimation_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 38 of file functions_misc.c.
References StartAnimation().
void f_stopanimation_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 43 of file functions_misc.c.
References StopAnimation().
void f_switchpriority_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 422 of file functions_win.c.
References EF_ARGS, and otp_priority_handler().
void f_tinylower_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 146 of file functions_win.c.
References C_ROOT, Context, IconWin, OtpTinyLower(), PlaceX, WinWin, and WMapLower().
void f_tinyraise_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 134 of file functions_win.c.
References C_ROOT, Context, IconWin, OtpTinyRaise(), PlaceX, WinWin, and WMapRaise().
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_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(), PlaceX, Scr, and WinWin.
void f_topzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 983 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_trace_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 208 of file functions_misc.c.
References DebugTrace().
void f_unfocus_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 255 of file functions_win.c.
References FocusOnRoot().
void f_unsqueeze_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 518 of file functions_win.c.
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 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().
void f_version_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 45 of file functions_identify.c.
References Identify(), and PlaceX.
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().
void f_warpring_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 139 of file functions_warp.c.
References dpy, PlaceX, and WarpAlongRing().
void f_warpto_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 30 of file functions_warp.c.
References DeIconify(), dpy, len, match(), PlaceX, Scr, and WarpToWindow().
void f_warptoiconmgr_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 86 of file functions_warp.c.
void f_warptoscreen_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 304 of file functions_misc.c.
References PlaceX, PreviousScreen, Scr, WARPSCREEN_BACK, WARPSCREEN_NEXT, WARPSCREEN_PREV, and WarpToScreen().
void f_winwarp_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 159 of file functions_warp.c.
References DeIconify(), PlaceX, Scr, and WarpToWindow().
void f_xbottomzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1020 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xfullscreenzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1004 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xfullzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1000 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xhorizoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 996 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xleftzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1008 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xrightzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1012 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xtopzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 1016 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_xzoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 992 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
void f_zoom_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 959 of file functions_win_moveresize.c.
References fullzoom(), and PlaceX.
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, PlaceX, Scr, SetMapStateProp(), IconMgr::twm_win, and Icon::w.
Referenced by f_delete_impl(), f_deleteordestroy_impl(), and f_hideiconmgr_impl().
|
extern |
Definition at line 65 of file functions.c.
Referenced by EF_main(), f_altcontext_impl(), f_altkeymap_impl(), f_resize_impl(), and movewindow().
|
extern |
Definition at line 71 of file functions.c.
Referenced by f_raiseorsqueeze_impl(), and movewindow().