Re: custom shapes with additional attributes?
- From: Lars Clausen <lars raeder dk>
- To: discussions about usage and development of dia <dia-list gnome org>
- Subject: Re: custom shapes with additional attributes?
- Date: Tue, 15 Aug 2006 22:09:22 +0200
On Tue, 2006-08-15 at 21:35 +0200, dirk ooms wrote:
Thanks for pointing me to ext_attribute, just what i needed. I noticed that
the types string, integer, real and boolean are supported. Are there any
other types recently added? I was looking for a 'select' type (a string with
options).
Nope, just those so far. A 'select' type would not be too hard, though
it would require more XML parsing to get the various possibilities:
<ext_attribute name="country" description="Your country" type="select">
<select_choice value="1" description="Danmark">
<select_choice value="2" description="Langbortistan">
...
</ext_attribute>
-Lars
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]