After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 162108 - [task] GtkFixed implementation
[task] GtkFixed implementation
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on: 162107
Blocks:
 
 
Reported: 2004-12-23 16:55 UTC by Tristan Van Berkom
Modified: 2005-08-09 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2004-12-23 16:55: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.
Comment 1 Tristan Van Berkom 2004-12-23 16:56:10 UTC
fixing bug 162107 should make it possible to fix this bug.
Comment 2 Tristan Van Berkom 2005-08-09 15:15:11 UTC
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.