create "pseudo-widget" for option groups

This commit is contained in:
airstruck
2016-01-28 21:28:30 -05:00
parent 2e91a62426
commit e53f470bb9
4 changed files with 37 additions and 9 deletions

View File

@@ -236,6 +236,10 @@ local function metaCall (Widget, layout, self)
return self
end
function Widget:getMasterLayout ()
return self.layout.master or self.layout
end
--[[--
Define a custom attribute for this widget.