gtk_menu_popup problem
- Date: Tue, 24 Jun 2008 11:29:12 +0200
- From: "ali abdallah" <ali.slackware@xxxxxxxxx>
- Subject: gtk_menu_popup problem
Hi all,
I have a application wish load plugin into it, the plugin when "button-press-event" is received they call a function of the main window and then the main window should popup a menu, but it doesn't, i have to click very fast on the plugin many times in order for the menu to be shown.
i call gtk_menu_popup like that
gtk_menu_popup(GTK_MENU(menu),NULL,NULL,
NULL,NULL,0,GDK_CURRENT_TIME);
or like this
gtk_menu_popup(GTK_MENU(menu),NULL,NULL,
NULL,NULL,0,gtk_get_current_event_time());
Any help please.
Best Regards.
_______________________________________________ gtk-devel-list mailing list gtk-devel-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-devel-list
- Follow-Ups:
- Re: gtk_menu_popup problem
- From: Rahul Dange
- Re: gtk_menu_popup problem
- From: markku . vire
- Re: gtk_menu_popup problem
- Prev by Date: Re: gtk-doc installation broken
- Next by Date: Re: gtk_menu_popup problem
- Previous by thread: menubar alignment question
- Next by thread: Re: gtk_menu_popup problem
- Index(es):