OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoWindow
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
functions_identify.c
58
* sizes/pops up the
InfoWindow
.
221
if(Scr->
InfoWindow
.mapped) {
222
XUnmapWindow(dpy, Scr->
InfoWindow
.win);
224
Scr->
InfoWindow
.mapped = false;
228
Scr->
InfoWindow
.lines = n;
261
XMoveResizeWindow(dpy, Scr->
InfoWindow
.win, px, py, width, height);
262
XMapRaised(dpy, Scr->
InfoWindow
.win);
263
Scr->
InfoWindow
.mapped = true;
264
Scr->
InfoWindow
.width = width;
265
Scr->
InfoWindow
.height = height
[
all
...]
screen.h
235
}
InfoWindow
; ///< \copydoc ScreenInfo::_InfoWindow
319
// x-ref trailing comment on
InfoWindow
above
334
// x-ref trailing comment on
InfoWindow
above
356
// x-ref trailing comment on
InfoWindow
above
event_handlers.c
551
if(Scr->
InfoWindow
.mapped) {
552
XUnmapWindow(dpy, Scr->
InfoWindow
.win);
553
Scr->
InfoWindow
.mapped = false;
1605
if(Event.xany.window == Scr->
InfoWindow
.win && Scr->
InfoWindow
.mapped) {
2260
if(Scr->
InfoWindow
.mapped) { /* delete info box on 2nd button release */
2262
XUnmapWindow(dpy, Scr->
InfoWindow
.win);
2263
Scr->
InfoWindow
.mapped = false;
2635
if(ButtonPressed != -1 && !Scr->
InfoWindow
.mapped) {
2735
if(Event.xany.window == Scr->
InfoWindow
.win)
[
all
...]
ctwm_main.c
980
Scr->
InfoWindow
.win =
/xsrc/external/mit/twm/dist/src/
screen.h
76
Window
InfoWindow
; /* the information window */
events.c
573
XUnmapWindow(dpy, Scr->
InfoWindow
);
1064
if (Event.xany.window == Scr->
InfoWindow
&& InfoLines) {
1073
MyFont_DrawString(dpy, Scr->
InfoWindow
, &Scr->DefaultFont,
1512
XUnmapWindow(dpy, Scr->
InfoWindow
);
1791
if (Event.xany.window == Scr->
InfoWindow
)
1896
if (Event.xany.window != Scr->
InfoWindow
)
menus.c
2573
XUnmapWindow(dpy, Scr->
InfoWindow
);
2592
XMoveResizeWindow(dpy, Scr->
InfoWindow
, px, py, (unsigned) width,
2594
XMapRaised(dpy, Scr->
InfoWindow
);
twm.c
611
Scr->
InfoWindow
= XCreateWindow(dpy, Scr->Root, 0, 0,
Completed in 79 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026