mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01: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