added :setSelectionColor()
added :setSelectionColor(backgroundCol, foregroundCol)
This commit is contained in:
@@ -685,6 +685,12 @@ return function(name)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
setSelectionColor = function(self, bg, fg)
|
||||||
|
selectionBG = bg or selectionBG
|
||||||
|
selectionFG = fg or selectionFG
|
||||||
|
return self
|
||||||
|
end,
|
||||||
|
|
||||||
draw = function(self)
|
draw = function(self)
|
||||||
if (base.draw(self)) then
|
if (base.draw(self)) then
|
||||||
@@ -756,4 +762,4 @@ return function(name)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return setmetatable(object, base)
|
return setmetatable(object, base)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user