Method: MainWindow#showRegularPages
- Defined in:
- lib/MainWindow.rb
#showRegularPages ⇒ Object
244 245 246 |
# File 'lib/MainWindow.rb', line 244 def showRegularPages() $globals.setSetting("ShowRegularPages", @showRegularPages.isOn() ? 1 : 0) end |