1 // AirportList.hxx - scrolling list of airports.
3 #ifndef __AIRPORTLIST_HXX
11 class AirportList : public puList
14 AirportList (int x, int y, int width, int height);
15 virtual ~AirportList ();
17 // FIXME: add other string value functions
18 virtual char * getStringValue ();
21 FGAirportList * _airports;
26 #endif // __AIRPORTLIST_HXX
28 // end of AirportList.hxx