THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Jonathan Squirawski (Sky)
Attached to Project - awesome
Summary - Attributes in widget constructors
Task Type - Feature Request
Category - Wibox
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.2
Due in Version - Undecided
Due Date - Undecided
Details - Request feature for convenience when creating widgets:
We can do:
w = widget({ type = "imagebox", align = "right" })
But we can't do:
w = widget({ type = "imagebox", align = "right", valign = "center" })
We had to do:
w = widget({ type = "imagebox", align = "right" })
w.valign = "center"
It's a bit confusing I think. So we could assume that an object attribute is
valid in a constructor.
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=480
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].