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.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to