On Mon, 7 Feb 2000, James Henstridge wrote:

> I have added props support to another object type -- the group object.
> 
> This means that if you select a few objects that implement the properties
> interface, you can bring up a properties dialog that shows the
> intersection of their properties (maybe this should do the union??).
> 
> As an example, you can select two flowchart boxes, group them (right
> click, objects, group) and set the border colour on both at the same time.

Mmmm... Is this a good thing?
If you have two object with different attributes, group them and change
one attribute in the group, then both objects will get all the attributes
of the first object. We would really need two states of the attribute in
the dialog: keep the old value (widget greyed out), or set to the
specified value.

In addition, I get a lot of
Gtk-WARNING **: invalid cast from `(unknown)' to `GtkObject'
when i try this out. I'll try to track it down.

/ Alex

Reply via email to