Searched refs:WinType (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.h | 14 typedef enum WinType { WinWin, IconWin } WinType; typedef in typeref:enum:WinType 26 WinType wintype, Window parent, int x, int y); 38 void OtpRaise(TwmWindow *, WinType); 39 void OtpLower(TwmWindow *, WinType); 40 void OtpRaiseLower(TwmWindow *, WinType); 41 void OtpTinyRaise(TwmWindow *, WinType); 42 void OtpTinyLower(TwmWindow *, WinType); 45 WinType wintype, int place); 48 void OtpSetPriority(TwmWindow *, WinType, in [all...] |
| H A D | otp.c | 60 WinType type; 763 void OtpRaise(TwmWindow *twm_win, WinType wintype) 777 void OtpLower(TwmWindow *twm_win, WinType wintype) 791 void OtpRaiseLower(TwmWindow *twm_win, WinType wintype) 805 void OtpTinyRaise(TwmWindow *twm_win, WinType wintype) 819 void OtpTinyLower(TwmWindow *twm_win, WinType wintype) 878 WinType wintype, int place) 894 void OtpSetPriority(TwmWindow *twm_win, WinType wintype, int new_pri, int where) 920 void OtpChangePriority(TwmWindow *twm_win, WinType wintype, int relpriority) 941 void OtpSwitchPriority(TwmWindow *twm_win, WinType wintyp [all...] |
| H A D | functions_win.c | 375 WinType wintype;
|
| H A D | event_handlers.c | 455 WinType wt;
|
Completed in 8 milliseconds