Home
last modified time | relevance | path

Searched refs:usedAsPixmap (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp202 bool usedAsPixmap; //for WINDOW,/PIXMAP retains the fact that this is a pixmap (invisible) window. member in GDLGStream
207 …: plstream( nx, ny, driver, file), valid( true), thickFactor(1.0), usedAsPixmap(false), activeFont… in GDLGStream()
290 virtual void UnMapWindowAndSetPixmapProperty() {usedAsPixmap=true;} in UnMapWindowAndSetPixmapProperty()
291 bool IsPixmapWindow() {return usedAsPixmap;} in IsPixmapWindow()
/dports/science/gnudatalanguage/gdl-1.0.1/src/otherdevices/
H A Dgdlxstream.cpp343 usedAsPixmap=true; in UnMapWindowAndSetPixmapProperty()