Add a new button to the NavButtonRow object.
Parameters:
File name of the icon file
URL of the page to change to
66 67 68
# File 'lib/postrunner/NavButtonRow.rb', line 66 def addButton(icon, url = nil) @buttons << Button.new(icon, url) end