Hi, Costin Manolache <[EMAIL PROTECTED]> writes:
> The Gdk-directfb implementation is using GetSubsurface to create all > CHILD widgets ( button, etc ). > > I was wondering what is the plan to deal with layered widgets ( i.e. > widgets that cover each other ) ? Currently this doesn't seem to work, > and some gtk code that works fine in X11 is not working with dfb. I > couldn't find the code implementing z-order for subsurfaces or > surfaces. Layered widgets? GTK+ doesn't support widgets that aren't completely inside the parent widget. If there is code that you claim to work in X11 then that code is broken and only works by accident. Noone will guarantee you that it will continue to work with future GTK+ versions. Sven
