mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-10 08:18:22 +00:00
stepper
This commit is contained in:
@@ -65,7 +65,11 @@ local mainForm = { title = "Test window", id = 'mainWindow', type = 'panel',
|
|||||||
{ type = 'panel', text = 'A slider', align = 'bottom', height = 24, padding = 4 },
|
{ type = 'panel', text = 'A slider', align = 'bottom', height = 24, padding = 4 },
|
||||||
{ type = 'slider', height = 32, padding = 4 },
|
{ type = 'slider', height = 32, padding = 4 },
|
||||||
{ type = 'panel', text = 'A stepper', align = 'bottom', height = 24, padding = 4 },
|
{ type = 'panel', text = 'A stepper', align = 'bottom', height = 24, padding = 4 },
|
||||||
{ type = 'stepper', height = 32, padding = 4 },
|
{ type = 'stepper', height = 32, padding = 4, options = {
|
||||||
|
{ value = 1, text = 'Thing One' },
|
||||||
|
{ value = 2, text = 'Thing Two' },
|
||||||
|
{ value = 3, text = 'Thing Three' },
|
||||||
|
} },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ type = 'sash', height = 4, },
|
{ type = 'sash', height = 4, },
|
||||||
|
|||||||
Reference in New Issue
Block a user