[Prev][Next][Index][Thread]
Re: icons
-
To: info-dylan@ai.mit.edu
-
Subject: Re: icons
-
From: oodl@my-deja.com
-
Date: Tue, 1 Aug 2000 15:15:01 -0400 (EDT)
-
Organization: Deja.com - Before you buy.
-
References: <965083672.977436@clint.waikato.ac.nz>
-
Xref: traf.lcs.mit.edu comp.lang.dylan:12526
There is an example in the win32-duim-gui-test-suite example. Basically
you just do something like this:
define constant $world-icon = read-image-as(<win32-icon>, "WORLD",
#"large-icon");
Then in your frame:
make(<label>, label: $world-icon | "Whoops, the icon icon should be
here!");
Sent via Deja.com http://www.deja.com/
Before you buy.