box-o-sand/menus
2009-11-18 19:36:45 -05:00
..
Makefile doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_attrib.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_item_data.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_multi_column.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_scroll.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_simple.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_toggle.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_userptr.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
menu_win.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
README doing some find+sed cleanup 2009-11-18 19:36:45 -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