Hi!

I have a GtkMenu which I want to popup when a user clicks a button.
my function that is called when user clicks the button looks like this

void
on_zamowienia_button_print_clicked     (GtkButton       *button,
                                        gpointer         user_data)
{
...
}

How do I get the GdkEventButton here so I can pass the time and button
values to gtk_menu_popup ?

thanks in advance
hs
_______________________________________________
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