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 343786 - [task] Implement "add/remove container" submenu's in context menu
[task] Implement "add/remove container" submenu's in context menu
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-03 21:02 UTC by Tristan Van Berkom
Modified: 2007-07-18 20:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2006-06-03 21:02:14 UTC
Glade-2 has "add eventbox" and "add alignment" for some widgets...

It would be nice to allow the user to add any container to the
selected widget (or remove the parenting container from the heirarchy
in a single click).

This would be a nice, slightly obscure power-user feature I think.

It would also be easily accomplished like this:

    o Mark widgets in the catalog to be put into the catagory
      of addable/removable containers (i.e. most container display
      widgets dont count).
    o From glade-popup.c, use command grouping to remove/add shuffle
      the hierarchy.

One problem on the remove side is... do we use glade_command_delete()
for widgets that share the same parent ? or do we disable the remove
parent feature for widgets that share thier parent with other project
widgets ?
Comment 1 Tristan Van Berkom 2007-07-18 20:22:10 UTC
Done in svn trunk, its freaky fresh :)