GNOME Bugzilla – Bug 162108
[task] GtkFixed implementation
Last modified: 2005-08-09 15:15:11 UTC
Right now GtkFixed is handled entirely in the glade-gtk.[ch] plugin, in order to implement drag/resize in a point and click fashion, this will probably have to be done in the core code. But other widgets (gnome widgets, custom toolkit widgets) must be allowed to offer this type of container functionality, that means no specialcasing for GtkFixed inside the glade-3 code; for the above stated reason and also because its just ugly to do that with special casing.
fixing bug 162107 should make it possible to fix this bug.
GtkFixed IsFixed in cvs ! GtkLayout also, any container can use the GladeFixedManager provided that it can provide properties (which can be read-only) for width height and packing props for x, y.