Searched refs:ButtonCursor (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 144 Cursor ButtonCursor; /* title bar button cursor */ member in struct:ScreenInfo
|
| H A D | gram.y | 406 NewBitmapCursor(&Scr->ButtonCursor, $2, $3); } 408 NewFontCursor(&Scr->ButtonCursor, $2); }
|
| H A D | iconmgr.c | 420 attributes.cursor = Scr->ButtonCursor;
|
| H A D | parse.c | 141 XRecolorCursor(dpy, Scr->ButtonCursor,
|
| H A D | twm.c | 694 NewFontCursor(&Scr->ButtonCursor, "hand2");
|
| H A D | add_window.c | 1300 attributes.cursor = Scr->ButtonCursor;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | screen.h | 497 Cursor ButtonCursor; ///< title bar button cursor member in struct:ScreenInfo
|
| H A D | gram.y | 673 NewBitmapCursor(&Scr->ButtonCursor, $2, $3); } 675 NewFontCursor(&Scr->ButtonCursor, $2); }
|
| H A D | gram.tab.c | 3201 NewBitmapCursor(&Scr->ButtonCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3208 NewFontCursor(&Scr->ButtonCursor, (yyvsp[0].ptr)); }
|
| H A D | ctwm_main.c | 800 DEFCURSOR(ButtonCursor, "hand2");
|
| H A D | iconmgr.c | 818 attributes.cursor = Scr->ButtonCursor;
|
| H A D | occupation.c | 823 attr.cursor = Scr->ButtonCursor;
|
| H A D | win_decorations.c | 697 attributes.cursor = Scr->ButtonCursor;
|
| H A D | workspace_manager.c | 513 attr.cursor = Scr->ButtonCursor;
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 3201 NewBitmapCursor(&Scr->ButtonCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3208 NewFontCursor(&Scr->ButtonCursor, (yyvsp[0].ptr)); }
|
Completed in 43 milliseconds