Library for creating menu systems in displays.

Dependents:   VS1053Player

Revision:
9:7828182dbc9f
Parent:
8:4a276e420f73
Child:
10:af54763d3d21
--- a/Menu.h	Thu May 30 07:21:22 2013 +0000
+++ b/Menu.h	Thu May 30 07:29:33 2013 +0000
@@ -109,6 +109,9 @@
      */
     Menu(EnterMenu, SelectionChange, char*, int);
     
+    /** Clears down all contained MenuNodes*/
+    ~Menu();
+    
     /** Adds the given node to the Menu. MenuNodes are ordered by the order in which they are added.
      * Note that a Menu is also a MenuNode meaning that a menu can bee added as a MenuNode to create a sub Menu.
      *