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

  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
window.cc 66 CWindow::CWindow(const char *_title) : title(_title), hwnd(NULL), parent(NULL), bounds(), owndproc(NULL), showing(FALSE)
145 showing = FALSE;
165 showing = TRUE;
168 while( showing && (bRet = GetMessage( &msg, NULL, 0, 0 )) != 0)
window.h 74 BOOL showing; member in class:CWindow
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
PannerP.h 74 Boolean showing; /* true if tmp graphics displayed */ member in struct:__anon5740::__anon5741
  /xsrc/external/mit/libXaw/dist/src/
Panner.c 621 pw->panner.tmp.showing = !pw->panner.tmp.showing; \
626 if (pw->panner.tmp.showing) \
667 cnew->panner.tmp.showing = False;
726 pw->panner.tmp.showing = False;

Completed in 13 milliseconds