From: | Robert �wi�cki |
Date: | 11 Aug 2000 at 22:58:12 |
Subject: | Re: Public screen windows |
Brecht Machiels wrote:
> Here's what I would like to know (to start): How can I get a list of all windows
> on the workbench (or def public screen)?
For WB:
#include <intuition/intuition.h>
ULONG *wbscreen,*tmpwin;
int main(void)
//You've got the first wb window
//And here are next windows, etc..
**********************************
Robert �wi�cki - jagger@kki.net.pl
**********************************