Searched refs:GraphicsExpose (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixDraw.c50 * to contain the damaged areas and returns 1 if GraphicsExpose events
112 * on the specified window until a NoExpose or the last GraphicsExpose
144 } else if (eventPtr->type == GraphicsExpose) {
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixDraw.c53 * GraphicsExpose events were detected.
114 * GraphicsExpose event is detected.
145 } else if (eventPtr->type == GraphicsExpose) {
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h152 #define GraphicsExpose 13 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h152 #define GraphicsExpose 13 macro
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp327 exposeEvent.type = GraphicsExpose;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb67 [ 13, :GraphicsExpose, Grp::EXPOSE, ],
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEvent.c95 ExposureMask, /* GraphicsExpose */
1661 } else if ((eventPtr->type != GraphicsExpose)
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEvent.c97 ExposureMask, /* GraphicsExpose */
1335 } else if ((eventPtr->type != GraphicsExpose)
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c3030 if (XCheckTypedEvent(gui.dpy, GraphicsExpose, &event))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c5283 /* Handle an Expose or GraphicsExpose event on a scroll bar. This
6043 case GraphicsExpose: /* This occurs when an XCopyArea's

Completed in 139 milliseconds