HomeSort by: relevance | last modified time | path
    Searched refs:WinType (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
otp.h 14 typedef enum WinType { WinWin, IconWin } 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)
    [all...]
otp.c 60 WinType type;
763 void OtpRaise(TwmWindow *twm_win, WinType wintype)
765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
777 void OtpLower(TwmWindow *twm_win, WinType wintype)
779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
791 void OtpRaiseLower(TwmWindow *twm_win, WinType wintype)
793 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp
    [all...]
functions_win.c 375 WinType wintype; local
380 wintype = IconWin;
383 wintype = WinWin;
387 OtpToggleSwitching(tmp_win, wintype);
391 OtpSetPriority(tmp_win, wintype, pri,
395 OtpChangePriority(tmp_win, wintype, atoi(action));
398 OtpSwitchPriority(tmp_win, wintype);
event_handlers.c 455 WinType wt;

Completed in 40 milliseconds