Re: Frustration with GtkActions

2008-01-08 Thread Gabriel Schulhof
On Tue, 2008-01-08 at 16:02 -0500, Randy Poe wrote: > Any suggestions? Register new stock items for all the menu items you want covered by actions. I use the function below for icons, and gtk_stock_add() for labels. void add_stock_icon (const gchar *filename, const gchar *stock_id) { GtkIconS

Frustration with GtkActions

2008-01-08 Thread Randy Poe
I am running into incredible frustration (as a GTK newbie) trying to use GtkAction's. This is in Redhat Linux, using GTK 2.4.13. The application is meant to be portable to Windows XP (where it will be compiled with GTK 2.6). For administrative reasons, Linux/GTK 2.4 is fixed as our development env