[Glade-devel] Libglade and setting colormaps on window

3saul saul_lethbridge at hotmail.com
Fri Mar 30 17:26:05 EDT 2007


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.



More information about the Glade-devel mailing list