Howto:Creating a Canvas GUI Widget: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:
For a complete list (including custom/undocumented widgets), refer to <code>FGPUIDialog::makeObject()</code> in {{flightgear file|src/GUI/FGPUIDialog.cxx|l=850}}
For a complete list (including custom/undocumented widgets), refer to <code>FGPUIDialog::makeObject()</code> in {{flightgear file|src/GUI/FGPUIDialog.cxx|l=850}}


In addition, FlightGear introduces a number of custom PUI widgets implemented in C++ space, that not even PUI itself supports directly:
In addition, FlightGear introduces a handful of custom PUI widgets implemented in C++ space, that not even PUI itself supports directly:
* {{PUI widget|airport-list}}
* {{PUI widget|airport-list}}
* {{PUI widget|waypoint-list}} (only used by the [[Route Manager]] i.e. {{Dialog file|dialog=route-manager}}   
* {{PUI widget|waypoint-list}} (only used by the [[Route Manager]] i.e. {{Dialog file|dialog=route-manager}}   

Navigation menu