mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
hax
This commit is contained in:
parent
d71e3b631f
commit
adfd54ac35
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ void appendMiniguiModule(alias Module, string prefix = null)()
|
|||
auto eventName = argName[3 .. $].unhyphen;
|
||||
widget.addEventListener(eventName, (event) { xmlScriptEventHandler(eventName, member, event, argValue); });
|
||||
}
|
||||
else if (argName == "name")
|
||||
member.name = argValue;
|
||||
else if (argName == "statusTip")
|
||||
member.statusTip = argValue;
|
||||
else
|
||||
{
|
||||
argName = argName.unhyphen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue