[Gtk-sharp-list] right click mouse - question

luca luca.maccari at gmail.com
Thu May 5 11:54:05 EDT 2011


hi all, i've got the gui that contains a treeview

Gtk.TreeView tree = new Gtk.TreeView ();

Gtk.TreeViewColumn column_app = new Gtk.TreeViewColumn();

Gtk.TreeStore stazStore = new Gtk.TreeStore (typeof (string), typeof
(string));

///// other code

Gtk.TreeIter stationen = stazStore.AppendValues ("STAZIONI");
Gtk.TreeIter planned_operation = stazStore.AppendValues ("OPERAZIONI
PIANIFICATE");
Gtk.TreeIter users = stazStore.AppendValues ("UTENTI");

now the thing that i would like to know is if i can attach an handler for
the "right click mouse" when the mouse is over those three TreeIter for
visualizing a series of option

regards,
Luca

--
View this message in context: http://mono.1490590.n4.nabble.com/right-click-mouse-question-tp3498724p3498724.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list