Advertisement
alestane

Modifying widget.newTabBar

Sep 18th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local switch = widget.newTabBar{
  2.     -- blah, blah, blah
  3. }
  4. do
  5.     local tabs = switch[2]
  6.     for i=1,tabs.numChildren do
  7.         tabs[i].overlay:setFillColor(0x00, 0x00)
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement