CTWM
|
Data Fields | |
OtpWinList * | above |
OtpWinList * | below |
TwmWindow * | twm_win |
WinType | type |
bool | switching |
int | pri_base |
unsigned | pri_aflags |
bool | stashed_aflags |
OtpWinList* OtpWinList::above |
Definition at line 57 of file otp.c.
Referenced by OtpBottomWin(), OtpFocusWindowBE(), OtpNextWinUp(), OtpTopWin(), OwlPrettyPrint(), TinyRaiseOwl(), and TryToMoveTransientsOfTo().
OtpWinList* OtpWinList::below |
Definition at line 58 of file otp.c.
Referenced by GetOwlAtOrBelowInVS(), OtpNextWinDown(), RaiseSmallTransientsOfAbove(), ReparentWindow(), ReparentWindowAndIcon(), and TinyLowerOwl().
unsigned OtpWinList::pri_aflags |
Definition at line 63 of file otp.c.
Referenced by OtpIsFocusDependent(), and TryToMoveTransientsOfTo().
int OtpWinList::pri_base |
Definition at line 62 of file otp.c.
Referenced by OtpChangePriority(), and OtpSwitchPriority().
bool OtpWinList::stashed_aflags |
Definition at line 64 of file otp.c.
Referenced by OtpStashAflagsFirstTime().
TwmWindow* OtpWinList::twm_win |
Definition at line 59 of file otp.c.
Referenced by OtpBottomWin(), OtpNextWinDown(), OtpNextWinUp(), and OtpTopWin().