[Prev][Next][Index][Thread]
IE style buttons
-
To: info-dylan@ai.mit.edu
-
Subject: IE style buttons
-
From: "tim" <tjv1@cs.waikato.ac.nz>
-
Date: Sat, 9 Sep 2000 22:00:02 -0400 (EDT)
-
Cache-Post-Path: clint.waikato.ac.nz!unknown@r6-3.cs.waikato.ac.nz
-
Organization: University of Waikato News Cache
-
Xref: traf.lcs.mit.edu comp.lang.dylan:12682
Ok, so I want to have those nice Internet Explorer type buttons.
Ie, grayed out until u mouse over. Then the icon is coloured and raised.
My original thinking was that I could just extend the <push-button> to have
these features.
I have looked at the duim source and don't see how I can do this. Actually I
spent days looking at that code so I could understand what was going on,
lol...
I know it can be done, probably using win32-duim. But really, im kinda
lost...
Also, I have a question about labels.
Is there any way that you can make a gadget have two labels.
This would be quite handy for pushbuttons (eg txt + icon). The source
mentions compound labels but doesn't seem to go anywhere with it.
hmm...my memory is a little hazy, haven't looked at this stuff for a couple
of weeks.
Any info would be appreciated :)
Thankyou.