blob: d687e0a32e92fc81d409a24dfee6cc18c7da1b6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
IUPSBOX = {parent = WIDGET}
function IUPSBOX:CreateIUPelement (obj)
return iupCreateSbox(obj[1])
end
function iupsbox (o)
return IUPSBOX:Constructor (o)
end
iup.sbox = iupsbox
|