[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
editable text dialog items
- To: info-mcl@cambridge.apple.com
- Subject: editable text dialog items
- From: hall@allegra.att.com (Bob Hall)
- Date: Wed, 23 Sep 92 18:02:37 EDT
Is there an easy way to get a full-function fred window to
be a dialog item inside another (not necessarily fred-) window?
My goal is to have a class of windows, each of which has a listener
pane (where forms are evaluated in a run-time context specialized to
the containing window).
I know about editable-text-dialog-items, but they don't have the
scroll bars or the minibuffer. I tried just using the class
fred-window, but I get an error saying all windows must have
NIL containers.
-- Bob