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

  /xsrc/external/mit/ctwm/dist/
windowbox.h 10 WindowBox *findWindowBox(TwmWindow *twmwin);
12 void ConstrainedToWinBox(TwmWindow *twmwin,
14 void fittocontent(TwmWindow *twmwin);
windowbox.c 88 winbox->twmwin = AddWindow(win, AWT_WINDOWBOX, NULL, Scr->currentvs);
89 if(!winbox->twmwin) {
93 winbox->twmwin->iswinbox = true;
98 WindowBox *findWindowBox(TwmWindow *twmwin)
101 if(twmwin->iswinbox) {
108 if(LookInList(winbox->winlist, twmwin->name, &twmwin->class)) {
109 if(visible(winbox->twmwin)) {
110 twmwin->winbox = winbox;
118 void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny
    [all...]
win_utils.h 29 void ConstrainByBorders(TwmWindow *twmwin, int *left, int width,
ctwm_shutdown.c 135 if(tmp->winbox && tmp->winbox->twmwin && tmp->frame) {
win_utils.c 192 TwmWindow *twmwin; local
195 stat = XFindContext(dpy, w, TwmContext, (XPointer *)&twmwin);
197 twmwin = NULL;
200 return twmwin;
825 ConstrainByBorders(TwmWindow *twmwin, int *left, int width,
832 else if(twmwin->winbox) {
834 XGetWindowAttributes(dpy, twmwin->winbox->window, &attr);
ctwm.h 309 struct TwmWindow *twmwin; member in struct:WindowBox
otp.c 405 *owlp = wb->twmwin->otp;
1237 parent = twm_win->winbox->twmwin->otp;

Completed in 8 milliseconds