[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
window-mixins
- To: info-mcl-digest@digitool.com
- Subject: window-mixins
- From: BALLS@medcolpa.edu
- Date: Fri, 09 Dec 1994 17:04:07 -0400
- Sender: owner-info-mcl@digitool.com
How can I cut, copy & paste items in a
"clim::coral-window-stream-view" window?
I tried:
(defclass clim-window (clim::coral-window-stream-view) ())
(defclass fred/clim-window (clim-window fred-window) ())
but initialization of a fred/clim-window results in an
unexpected location & size for the window & an error:
Error: No applicable method for args:
> (NIL)
> to #<STANDARD-GENERIC-FUNCTION CCL:VIEW-ORIGIN #x12EBC7E>
The same window initialized as a clim-window is well behaved.
I am using MCL 2.0.1/CLIM 1.1
Thanks, Sheldon
Sheldon S. Ball
BALLS@ccc.medcolpa.edu