Re: noBorder & window position in C++

New Message Reply Date view Thread view Subject view Author view

Don Burns (don_burns++at++peru.engr.sgi.com)
Thu, 1 Apr 1999 09:31:18 -0800 (PST)


On Apr 1, 5:04pm, Mclaren wrote:
> Subject: noBorder & window position in C++
>
> [ Attachment (multipart/alternative): 4106 bytes ]
>-- End of excerpt from Mclaren

> 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


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Thu Apr 01 1999 - 09:31:22 PST

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.