[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Non-editable text windows.
- To: info-mcl
- Subject: Re: Non-editable text windows.
- From: auvdeso@auvsun0.tamu.edu (John DeSoi)
- Date: 22 May 92 06:26:35 GMT
- Full-name:
- In-reply-to: ST7990@SIUCVMB.SIU.EDU's message of 21 May 92 19:57:13 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Dept. of Computer Science, Texas A&M University
- References: <9205211916.AA20150@brazil.cambridge.apple.com>
- Sender: news@tamsun.tamu.edu (Read News)
You can change the behavior of a fred window to prevent editing by
creating a subclass and then re-defining the view-click-event-handler
to ignore normal editing operations with the mouse. Keystroke editing
is prevented by changing the comtab for the fred window (i.e. use and
empty comtab. See the chapers on views and programming fred for
further details.
John
--
+--------------+
Department of Computer Science | | (409) 845-9979, 845-4306
Texas A&M University | John DeSoi | INTERNET: desoi@cs.tamu.edu
College Station, TX 77843-3112 | | BITNET: jfd5947@tamvenus
+--------------+