Jeremiah Cornelius McCarthy wrote: > I'm tring to create a wxWindows interface for embedding mozilla and I'm > having the below error printed when I go to Create a baseWindow. > > .Warning: The parent container of this widget is not realized. I'm going to > crashvery, very soon. > > I'm tring to bind to gtk event box which is binded as a child of wxWindows > Frame class. Is this possible? I'm not entirely sure, and can't find > adequate documentation on what the specifics are of the window that mozilla > must bind itself to. > > Cheers, > > Jeremiah Cornelius McCarthy >
The hint is in the warning. Make sure you call gtk_widget_realize() on the container that you are using as the parent of the gtkmozembed widget. --Chris -- ------------ Christopher Blizzard http://people.redhat.com/blizzard/ Mozilla.org - we're on a mission from God. Still. ------------
