Ignore:
Timestamp:
04/10/12 18:07:36 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the takeoff page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r70 r71  
    8181        notebook.append_page(self._wizard, label)
    8282
    83 
    8483        dataVBox = gtk.VBox()
    8584        label = gtk.Label("_Data")
     
    133132        """Get the simulator used by us."""
    134133        return self._simulator
     134       
     135    @property
     136    def flight(self):
     137        """Get the flight being performed."""
     138        return self._flight
    135139       
    136140    def run(self):
Note: See TracChangeset for help on using the changeset viewer.