[maemo-developers] GtkAction vs. AppMenu

From: Alberto Garcia agarcia at igalia.com
Date: Wed Apr 29 21:19:03 EEST 2009
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

More information about the maemo-developers mailing list