[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grow-icon on a windoid
- Subject: grow-icon on a windoid
- From: Repenning Alexander <ralex@tigger.cs.colorado.edu>
- Date: Mon, 5 Jul 93 11:13:19 MDT
stolze@cs.colorado.edu (Markus Stolze) writes:
> I think there is much easier way (using the code that does this alread for
> dialogs)
> just define.
> (defclass windoid-with-grow-box (windoid dialog)
> ()
> (:default-initargs
> :window-type
> :document-with-grow))
Compared to Bill's code is is very short, however, the thing you get
behaves like a windoid but is doesn't LOOK like a windoid. Instead, it
looks like an ordinary window that always stays on top of other
windows. Is there a way to get around this?
Alex Repenning