Skip to content

Instantly share code, notes, and snippets.

@KitWallace
Created August 18, 2012 00:22
Show Gist options
  • Save KitWallace/3383610 to your computer and use it in GitHub Desktop.
Save KitWallace/3383610 to your computer and use it in GitHub Desktop.
Example menu
<menu name="yacht" title="Main yacht menu">
<item title="Navigation">
<item title="Position"/>
<item title="Speed over ground"/>
<item title="Heading"/>
</item>
<item title="Weather">
<item title="Windspeed"/>
<item title="Barometer"/>
</item>
<item title="Date and Time">
<item title="Date"/>
<item title="Time"/>
<item title="Ships Bell"/>
</item>
<item title="Tide">
<!-- get data from tide prediction program for nearest location -->
<item title="High Water"> </item>
<item title="Low Water"> </item>
<item title="Range"/>
<item title="Location"/>
</item>
<item title="Anchor Watch"/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment