Finding all PtWindow

I’d like to close all PtWindow widgets I’ve created in an application. If
these windows would have a parent, I would know how to do it (traverse the
widget tree etc), but these windows have no parent…
Markus

You have multiple choices!

  1. Do it by your own and link all windows together, just use the
    Setupcallback.
  2. The function PtNextTopLevelWidget() give you the top level widgets. I
    think
    you need this kind of funtion.


Bye Sascha( sascha@bitctrl.de )

Sascha Morgenstern
BitCtrl Systems GmbH
Weißenfelser Straße 67
Germany - 04229 Leipzig
Phon. +49 341 490 670
FAX. +49 341 490 67 15
eMail: sascha@bitctrl.de
WWW: http://www.bitctrl.de



Markus Loffler <loffler@ces.clemson.edu> schrieb in im Newsbeitrag:
9afo1j$3mt$1@inn.qnx.com

I’d like to close all PtWindow widgets I’ve created in an application. If
these windows would have a parent, I would know how to do it (traverse the
widget tree etc), but these windows have no parent…
Markus