Hi all, I'm trying to create some simple cut/copy/paste buttons for my little text editor, but documentation on the web seems rather sparse. Whenever I try to do this:
Clipboard clipboard = new Clipboard(); it gives me this error: parser.cpp(51) error CS0122: 'Gtk.Clipboard.Clipboard' is inaccessible due to its protection level /home/mike/calc/gtk-sharp.dll: 'Gtk.Clipboard.Clipboard' (name of symbol related to previous error parser.cpp(51) error CS0122: 'Gtk.Clipboard.Clipboard' is inaccessible due to its protection level /home/mike/calc/gtk-sharp.dll: 'Gtk.Clipboard.Clipboard' (name of symbol related to previous error I'm using Gtk# 1.9.3.1, if that makes any difference. Could anybody tell me how to fix this, or better yet, point me in the direction of a good example on the web? (I can't seem to find any decent ones.) Thanks in advance. -Mike _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
