box-o-sand/curses-practice/menus
2012-03-03 21:45:20 -05:00
..
Makefile a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_attrib.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_item_data.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_multi_column.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_scroll.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_simple.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_toggle.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_userptr.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
menu_win.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
README a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00

Description of files 
--------------------
  menus 
    |
    |----> menu_attrib.c	-- Usage of menu attributes
    |----> menu_item_data.c	-- Usage of item_name() etc.. functions
    |----> menu_multi_column.c	-- Creates multi columnar menus
    |----> menu_scroll.c	-- Demonstrates scrolling capability of menus
    |----> menu_simple.c	-- A simple menu accessed by arrow keys
    |----> menu_toggle.c	-- Creates multi valued menus and explains
    |				-- REQ_TOGGLE_ITEM
    |----> menu_userptr.c	-- Usage of user pointer
    |----> menu_win.c		-- Demo of windows associated with menus