Searched refs:WaitCursor (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 147 Cursor WaitCursor; /* wait a while cursor */ member in struct:ScreenInfo
|
| H A D | gram.y | 418 NewBitmapCursor(&Scr->WaitCursor, $2, $3); } 420 NewFontCursor(&Scr->WaitCursor, $2); }
|
| H A D | parse.c | 143 XRecolorCursor(dpy, Scr->WaitCursor,
|
| H A D | twm.c | 695 NewFontCursor(&Scr->WaitCursor, "watch");
|
| H A D | menus.c | 1257 Scr->Root, Scr->WaitCursor, CurrentTime);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions.c | 57 * we're ungrabbing the pointer to reset back from setting the WaitCursor 185 * the WaitCursor is to let the user know "yeah, I'm working on it", 219 Scr->Root, Scr->WaitCursor, CurrentTime);
|
| H A D | screen.h | 500 Cursor WaitCursor; ///< wait a while cursor member in struct:ScreenInfo
|
| H A D | gram.y | 685 NewBitmapCursor(&Scr->WaitCursor, $2, $3); } 687 NewFontCursor(&Scr->WaitCursor, $2); }
|
| H A D | gram.tab.c | 3243 NewBitmapCursor(&Scr->WaitCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3250 NewFontCursor(&Scr->WaitCursor, (yyvsp[0].ptr)); }
|
| H A D | ctwm_main.c | 801 DEFCURSOR(WaitCursor, "watch");
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 3243 NewBitmapCursor(&Scr->WaitCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3250 NewFontCursor(&Scr->WaitCursor, (yyvsp[0].ptr)); }
|
Completed in 28 milliseconds