On Wed, Apr 29, 2009 at 07:37:03PM +0200, Cornelius Hald wrote:

> Or is it possible to create a GtkButton out of a GtkAction?

Try this:

button = gtk_button_new ();
gtk_action_connect_proxy (action, button);

Berto
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to