Method: FXMapperWindow#next_section
- Defined in:
- lib/IFMapper/FXMapperWindow.rb
#next_section ⇒ Object
Go to next section in current map
1583 1584 1585 1586 1587 |
# File 'lib/IFMapper/FXMapperWindow.rb', line 1583 def next_section map = current_map map.next_section if map update_section end |