Re: noBorder & window position in C++

New Message Reply Date view Thread view Subject view Author view

Geoff Levner (g.levner++at++acsys.it)
Thu, 01 Apr 1999 10:53:30 +0200


> Mclaren wrote:
>
> 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?

    pfPipeWindow *pwin;
    pwin->setMode(PFWIN_NOBORDER, 1);

> and How do I fix that window position on screen? (x, y)

    pwin->setOrigin(x, y);

Look at the man page for pfPipeWindow for more info.

-- 
Geoff Levner -- g.levner++at++acsys.it
ACS Studio, via Aurelia 58, 00165 Roma, Italy
tel. +39-063936331, fax +39-0639363317

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Thu Apr 01 1999 - 00:47:50 PST

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