home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / motif / 8465 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  968 b 

  1. Path: sparky!uunet!olivea!charnel!sifon!clouso.crim.ca!hobbit.ireq.hydro.qc.ca!socrates.cs.athabascau.ca!proulxs
  2. From: proulxs@socrates.cs.athabascau.ca (Stephane Proulx)
  3. Newsgroups: comp.windows.x.motif
  4. Subject: Re: Undo in XmText
  5. Message-ID: <proulxs.726615673@socrates>
  6. Date: 9 Jan 93 21:41:13 GMT
  7. References: <1993Jan8.163416.9520@gvl.unisys.com>
  8. Sender: news@ireq.hydro.qc.ca (Netnews Admin)
  9. Organization: Hydro-Quebec, Baie-Comeau, Securite des Barrages
  10. Lines: 13
  11.  
  12. susanh@gvlf4-w.gvl.unisys.com (Susan Hancock) writes:
  13.  
  14. >Any suggestions on how to implement an Undo feature for a text 
  15. >editor application using the XmText widget?  If not, how about 
  16. >an Undelete feature that is only responsible for the last deletion?
  17.  
  18. >Thanks in advance.
  19.  
  20. >Susan Hancock
  21.  
  22. I'm developping an editor that is using the XmText widget and the way that I am
  23. implementing the UNDO feature is to create an integral copy each time 
  24. we do a modification (Using XmNmodifyVerifyCallback).
  25.