
16 Sep
2006
16 Sep
'06
5:32 a.m.
I'm making a text editor with Gtk2Hs, and I want to implement copy & paste with TextView. I read the api document but I can't find how to use the Gtk.Clipboard object. Without context menu basically included in the TextView widget, How can I implement copy & paste?