Re: Glade & new GTK+ 2.5.x features
- From: Bill Haneman <Bill Haneman Sun COM>
- To: gtk-devel-list gnome org
- Subject: Re: Glade & new GTK+ 2.5.x features
- Date: Wed, 01 Dec 2004 17:11:19 +0000
Hmm
> > <widget class="GtkLabel" id="label1">
> > <property name="label" markup="<b>">label1</property>
> > </widget>
This looks really ugly to me - storing what is essentially an XML tag as
content!
Why not
<widget class="GtkLabel" id="label1">
<property name="label">label1</property>
<markup>
<b>
.. [etc.]
</markup>
</widget>
i.e. any tag could be places in the <markup/> element.
-Bill
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]