Hey All,

    I mistakenly posted this to the mono-devel list; sorry guys!!
Anyway, I've got an issue trying to copy text to the default Clipboard.
Basically, 'Cut' works intermittently, and 'Copy' doesn't work at all.
What am I missing?

Here's the code:

Clipboard clipboard = Clipboard.GetForDisplay(
               Gdk.Display.Default,
Gdk.Atom.Intern( "GDK_SELECTION_CLIPBOARD", true ) );

textView1.Buffer.CopyClipboard( this.clipboard );

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to