Re: Window options

New Message Reply Date view Thread view Subject view Author view

Simon Mills (simon++at++hal.wgs.estec.esa.nl)
Fri, 18 Jul 1997 09:39:58 +0200


On Thu, 17 Jul 1997 16:36:35 -0700 sbrown++at++nestor.ucsd.edu wrote:

> Can you suggest how to display a performer window that is not full screen, but
> that doesn't have any borders - using performer 2.x and OpenGL?
>
> This seems like it should be very simple, but I am missing seeing it.
>
> Gone are the simpler gl days of noborder().

When you create a pfPipeWindow you can specify a window with no border
e.g.

void InitPipe(void) {
    pfPipewindow *pw = new pfPipeWindow(pfGetPipe(0));
    pw->setMode(PFWIN_NOBORDER, 1);
    .
    .
    .
    pw->config();
}

Have a look at the man pages for pfPipeWindow & pfWindow. Hope it helps.

Regards, Simon

----------------------------------------------------------------------------
Simon Mills
System Simulation Section (WAS)
Automation & Informatics Department
European Space Research And Technology Centre (ESTEC)
Postbus 299 e-mail: simon++at++wgs.estec.esa.nl
2200AG Noordwijk phone: +31-(0)71-565-3725
The Netherlands fax: +31-(0)71-565-5419
----------------------------------------------------------------------------
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:38 PDT

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