Maybe a better nesting of the tags would be something like:
<widget>
<!-- parent widget's properties go here -->
<child>
<!-- properties for adding the child to parent -->
<widget>
<!-- child widget's properties hete -->
</widget>
</child>
</widget>
instead of the widget -> widget -> child nesting we have now.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Thu, 18 Nov 1999, Damon Chaplin wrote:
> Martijn van Beers wrote:
> >
> > b) It's in completely the wrong place. the data in <child>
> > is not a part of the child widget, it's a part of the
> > container.
>
> The <child> data is not really a part of the container either. It describes
> the relationship between the parent & child. But it was easier to place it
> with the child since the parent is automatically known.
>
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.