[Gtk-sharp-list] Pop up Menus

John Luke jluke@users.sourceforge.net
Fri, 26 Sep 2003 11:12:19 -0400


Jason Boutwell wrote:

>I'd like to be able to right-click on a selected row in a tree view, and
>have a pop-up menu appear, so the user can delete that entry or
>whatever.
>
>Can anyone point me to the correct API calls to use, or give
>suggestions? I see that Notebook has a method for enabling pop ups, but
>nothing else appears to have it. I played around with the OptionMenu,
>but couldn't get it to work properly.
>
>Thanks!
>
>Jason
>
>_______________________________________________
>Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>  
>
There is Gnome.Popup to do this.  Not sure how to do it with only Gtk.