Don Burns (don_burns++at++peru.engr.sgi.com)
Thu, 1 Apr 1999 09:31:18 -0800 (PST)
> Hi performers~
>
> I found in c example code this...
> > if (NoBorder)
> > pfPWinMode(Shared->pw, PFWIN_NOBORDER, 1);
> But this part is not operating in C++
> How do I use this funtion in C++ code?
> and How do I fix that window position on screen? (x, y)
> I really apreciate your kindness~
> mclaren++at++web.pusan.ac.kr
Given pfPipeWindow *pw:
pw->setMode( PFWIN_NOBORDER, 1 );
pw->setOriginSize( x, y, width, height );
-don
This archive was generated by hypermail 2.0b2 on Thu Apr 01 1999 - 09:31:22 PST