Hello,

I'm creating a simple application using Anjuta 2.1.2 and Glade 3.20 (using
libglade). I'm trying to set a colormap on the main window but am getting
this error:

gtk errors "!GTK_WIDGET_REALIZED (widget) failed

The problem is is that when I check to see if window is in fact realized
with

if (GTK_WIDGET_REALIZED(window))
        {
        printf ("It's realized for gods' sake!");
        }

It returns true. Everything else works as expected. The window displays on
the screen etc.
-- 
View this message in context: 
http://www.nabble.com/Libglade-and-setting-colormaps-on-window-tf3494725.html#a9761192
Sent from the Gnome - Glade - Dev mailing list archive at Nabble.com.

_______________________________________________
Glade-devel maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-devel

Reply via email to