Re: Undo editing
Edgar Friendly <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
Angela Zhu wrote: > Hi, > > Does anyone know whether lablgtk supports undo editing? > Like you delete something and then you want to undo the deleting > by "ctrl+z"? > > Thanks a lot! > Even GEdit (the GNOME "notepad"-like text-editor) has its own implementation of undo. (Well, it's actually in gtksourceview, which has OCaml bindings, IIRC.) There's been some talk about putting a standard implementation into glib (or somewhere), but nothing yet. E.