mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-21 03:40:57 +00:00
Add listitem support to the ui class generation tool
This commit is contained in:
parent
e9e515c03f
commit
d1e02cc3c1
@ -133,6 +133,9 @@ static Item convert_to_item(TiXmlElement* elem)
|
||||
if (name == "listbox")
|
||||
return item.typeIncl("ui::ListBox",
|
||||
"ui/listbox.h");
|
||||
if (name == "listitem")
|
||||
return item.typeIncl("ui::ListItem",
|
||||
"ui/listitem.h");
|
||||
if (name == "panel")
|
||||
return item.typeIncl("ui::Panel",
|
||||
"ui/panel.h");
|
||||
|
Loading…
x
Reference in New Issue
Block a user