1 |
# Copyright (c) 2001, 2003 by Intevation GmbH |
# Copyright (c) 2001, 2003, 2005 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
4 |
|
# Jan-Oliver Wagner <[email protected]> (2005) |
5 |
# |
# |
6 |
# This program is free software under the GPL (>=v2) |
# This program is free software under the GPL (>=v2) |
7 |
# Read the file COPYING coming with Thuban for details. |
# Read the file COPYING coming with Thuban for details. |
308 |
i.append(build_color_item(_("Line Color"), v)) |
i.append(build_color_item(_("Line Color"), v)) |
309 |
v = props.GetLineWidth() |
v = props.GetLineWidth() |
310 |
i.append(_("Line Width: %s") % v) |
i.append(_("Line Width: %s") % v) |
311 |
|
|
312 |
|
# Note: Size is owned by all properties, so |
313 |
|
# a size will also appear where it does not |
314 |
|
# make sense like for lines and polygons. |
315 |
|
v = props.GetSize() |
316 |
|
i.append(_("Size: %s") % v) |
317 |
|
|
318 |
v = props.GetFill() |
v = props.GetFill() |
319 |
i.append(build_color_item(_("Fill"), v)) |
i.append(build_color_item(_("Fill"), v)) |
320 |
return (label, i) |
return (label, i) |