Menubar: Difference between revisions

91 bytes added ,  31 March 2011
m
Update
m (Robot: Cosmetic changes)
m (Update)
Line 2: Line 2:


== Styles ==
== Styles ==
The menubar is available in various styles. Currently there are two styles (both are shown below) packaged with FlightGear. The blue/black one is standard, but most developers use the grey/white one. You could switch between styles by pressing Shift + F10.  
The menubar is available in various styles. Currently there are two styles (both are shown below) packaged with FlightGear. The lower one is standard, since FlightGear 1.0.0. You can switch between styles by pressing Shift-F10.  
 
[[File:menubar1.jpg|530px]]


[[File:menubar1.jpg]]
[[File:menubar2.jpg]]
[[File:menubar2.jpg]]


Line 13: Line 14:
   <gui>
   <gui>
   <current-style type="int" userarchive="y">1</current-style>
   <current-style type="int" userarchive="y">1</current-style>
   <style n="1" include="gui/styles/classic.xml"/>
   <style n="0" include="gui/styles/classic.xml"/>
   <style n="0" include="gui/styles/anthrax.xml"/>
   <style n="1" include="gui/styles/anthrax.xml"/>
   <devel-widgets type="bool" userarchive="y">false</devel-widgets>
   <devel-widgets type="bool" userarchive="y">false</devel-widgets>
   </gui>
   </gui>
Line 24: Line 25:
  <menubar>
  <menubar>
   <default>
   <default>
   <menu n="10">
   <menu n="10">
   <label>Boeing 787</label>
   <label>Boeing 787</label>
   <enabled type="bool">true</enabled>
   <enabled type="bool">true</enabled>
Line 36: Line 37:
     </item>
     </item>
   
   
   </menu>
   </menu>
   </default>
   </default>
  </menubar>
  </menubar>
* '''menu n="10":''' creates an extra menu item, at the end of the menubar.


== Menu items ==
== Menu items ==
Line 44: Line 47:
* [[Chat Menu]]
* [[Chat Menu]]
* [[Instant Replay]]
* [[Instant Replay]]
* [[Property browser]]
* [[Route Manager]]


[[Category:FlightGear feature]]
[[Category:FlightGear feature]]
[[Category:Menubar]]
[[Category:Menubar]]