mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
implement combobox and do some ui rework
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
function init()
|
||||
local box = createWidget('ComboBox')
|
||||
box:moveTo({x=100, y=8})
|
||||
box:addOption('Option 1')
|
||||
box:addOption('Option 2')
|
||||
displayUI(box)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user