Oops, missed the UI library.
This commit is contained in:
parent
4da7d50167
commit
8c0c1227e9
1 changed files with 14 additions and 0 deletions
14
lib/ui.ks
Normal file
14
lib/ui.ks
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
function makeRow {
|
||||||
|
parameter p.
|
||||||
|
return p:AddHLayout().
|
||||||
|
}
|
||||||
|
|
||||||
|
function makeButton {
|
||||||
|
parameter p.
|
||||||
|
parameter l.
|
||||||
|
parameter f.
|
||||||
|
local b is p:AddButton(l).
|
||||||
|
set b:onClick to f.
|
||||||
|
return b.
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue