Method: MainWindow#updateWindow
- Defined in:
- lib/MainWindow.rb
#updateWindow ⇒ Object
423 424 425 426 427 428 429 430 |
# File 'lib/MainWindow.rb', line 423 def updateWindow funcs = [ method(:updateRecent), method(:updateVisitors), method(:updatePages), method(:updateReferers), method(:updateCodes) ] funcs[@tabWidget.currentPageIndex()].call() @visitorWorldMap.update($visitors) if @visitorWorldMap end |