prabhakar kushwaha wrote:
hi
is it there any widget like popup menu Gtk
which comes when we press third button of mouse..
if not
please tell me the widgets  that we should  use in order to find pop up menu

like facility by clicking third button of mouse.
thanks
with regards..

gtk_menu_new();
gtk_menu_popup();

In order to know to kick this off, you'll have to gtk_signal_connect on the "popup_menu" signal.

--
Guy Rouillier
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to