Searched refs:ButtonState (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.h | 8 typedef enum {on, off} ButtonState; typedef in typeref:enum:__anonb46a15450103 12 ColorPair cp, ButtonState state, bool fill, bool forcebw); 22 char *label, ColorPair cp, ButtonState state);
|
| H A D | drawing.c | 35 ColorPair cp, ButtonState state, bool fill, bool forcebw) 154 char *label, ColorPair cp, ButtonState state)
|
| H A D | win_ops.c | 108 ButtonState bs;
|
| H A D | workspace_manager.c | 689 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off; 735 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off; 932 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off;
|
| H A D | occupation.c | 968 ButtonState bs = (occwin->tmpOccupation & (1 << ws->number)) ? on : off; 1027 ButtonState bs = (occupyW->tmpOccupation & mask) ? off : on;
|
| H A D | win_decorations.c | 1199 ButtonState state = off;
|
| /xsrc/external/mit/xclipboard/dist/ |
| H A D | xcutsel.c | 82 } ButtonState; typedef in typeref:struct:__anonf07bc4e90208 84 static ButtonState state; 196 SetButton(ButtonState *statep, Boolean on) 253 SetButton((ButtonState*)closure, True);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 901 #define ButtonState(state, mask) \ macro 956 ButtonState(state, mask); 1067 ButtonState(state, mask); 1127 ButtonState(state, event->state);
|
Completed in 17 milliseconds