Changes

Jump to: navigation, search

OOP344 Assignment Two

334 bytes added, 18:06, 17 November 2009
Public Methods
<big><pre>
int edit(void);
This function allows users to navigate through menu items by pressing page down
& up keys for vertical menu and right & left keys for horizontal menu. By
pressing space key our previous selected menu item would be deselected and the
current menu item would be selected.Other keys just terminates the function and
it returns the key.
</pre></big>
<big><pre>
1
edit

Navigation menu