LDP/LDP/howto/docbook/NCURSES-Programming-HOWTO/resources/ncurses_programs/menus
Martin A. Brown bd48a44b6a allow automated publishing; switch to ./resources/
The additional programs and content were stored in a directory called
ncurses_programs and were referred to in the document--the problem is that
only ./images/ were copied to the output tree, so HTML versions of the
document would fail in building AND the files would not be viewable.

Adjusted that be creating a ./resources/ directory along the same line
as the ./images/ directory.  This can be changed, if desired, but this
allows for automated publication of the document.  (Side benefit: this is
generalizable to all other TLDP documents.)
2016-01-25 09:28:17 -08:00
..
Makefile allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
README allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_attrib.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_item_data.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_multi_column.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_scroll.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_simple.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_toggle.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_userptr.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00
menu_win.c allow automated publishing; switch to ./resources/ 2016-01-25 09:28:17 -08:00

README

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