Update Menubar

This commit is contained in:
Sabine Lim
2023-05-16 03:11:10 +10:00
parent 143144cfd6
commit cb0c8bb678

View File

@@ -46,12 +46,19 @@ return function(name, basalt)
return self return self
end, end,
getSpace = function(self)
return space
end,
setScrollable = function(self, scroll) setScrollable = function(self, scroll)
scrollable = scroll scrollable = scroll
if(scroll==nil)then scrollable = true end if(scroll==nil)then scrollable = true end
return self return self
end, end,
getScrollable = function(self)
return scrollable
end,
mouseHandler = function(self, button, x, y) mouseHandler = function(self, button, x, y)
if(base:getBase().mouseHandler(self, button, x, y))then if(base:getBase().mouseHandler(self, button, x, y))then