@ -0,0 +1,14 @@
function makeRow {
parameter p.
return p:AddHLayout().
}
function makeButton {
parameter l.
parameter f.
local b is p:AddButton(l).
set b:onClick to f.
return b.
The note is not visible to the blocked user.