box-o-sand/curses-practice/panels
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
panel_browse.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
panel_hide.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
panel_resize.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
panel_simple.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 
--------------------
  panels 
    |
    |----> panel_browse.c	-- Panel browsing through tab. Usage of user pointer
    |----> panel_hide.c		-- Hiding and Un hiding of panels
    |----> panel_resize.c	-- Moving and resizing of panels
    |----> panel_simple.c	-- A simple panel example