'
'This chapters menu
'^^^^^^^^^^^^^^^^^^^^^^
'
'!short: Class hierarchy
'!short: ABrowse   form and browse for multidimensional arrays
'!short: Box       window in screen primitive
'!short: Browse    form and browse key-processing
'!short: Choice    choice of elements of an array, superset to Clipper Choice
'!short: Color     library used colors definition
'!short: Cursor    screen cursor definition
'!short: Dbf       compose of all used dbf files
'!short: DBrowse   database browse and form
'!short: FInfo     view and print of a text file
'!short: Frame     movable screen frame
'!short: Info      view and print of text from char. variable
'!short: Loc       screen location
'!short: MD        help data structure for menu class
'!short: Mask      view enhancement with user defined window content (say,get)
'!short: Menu      main menu of program definition
'!short: Mnu       choice of arrray fields, better control as in the Choice
'!short: OneDbf    one database file services
'!short: Report    report to file generation
'!short: Stack     stack as an object
'!short: Task      task switching window enhancement
'!short: UpABrowse as ABrowse, but supressed other window switching
'!short: UpDBrowse as DBrowse, but supressed other window switching
'!short: UpWindow  as Window, but supressed other window switching
'!short: View      complex database input-output
'!short: Win       simple window with stored background
'!short: Window    full window painting support
'
'
'####################################################################################
!short:Class hierarchy
^BClass hierarchy:
~~~~~~~~~~~~~~~~~     Color

                      Stack

                      Loc > Cursor
                            > Frame(Color)         > Choice(Cursor)
                            > Box(Color) > Win > Mnu(Cursor)
                                            > Window(Frame) > UpWindow
                                                               > Task(Mnu)
                      (Task)
                      
                      > Info > FInfo
                      > Browse > ABrowse > UpABrowse
                                   > DBrowse > UpDBrowse
                                                > View(Dbf) > Mask
                      Dbf(UpWindow)             > Report(FInfo)

                      Menu(View,Dbf,Stack,UpABrowse)
------------------------------------------------------------------------------
Example: class ^BBox^B has a parent class Loc and uses the class Color.

!seealso:


!short:ABrowse     form and browse for multidimensional arrays
!file:c_abrows.ngo

!short:Box         window in screen primitive
!file:c_box.ngo

!short:Browse      form and browse key-processing
!file:c_browse.ngo

!short:Choice      choice of elements of an array, superset to Clipper Choice
!file:c_choice.ngo

!short:Color       library used colors definition
!file:c_color.ngo

!short:Cursor      screen cursor definition
!file:c_cursor.ngo

!short:Dbf         compose of all used dbf files
!file:c_dbf.ngo

!short:DBrowse     database browse and form
!file:c_dbrows.ngo

!short:FInfo       view and print of a text file
!file:c_finfo.ngo

!short:Frame       movable screen frame
!file:c_frame.ngo

!short:Info        view and print of text from char. variable
!file:c_info.ngo

!short:Loc         screen location
!file:c_loc.ngo

!short:MD          help data structure for menu class
!file:c_md.ngo

!short:Mask        view enhancement with user defined window content (say,get)
!file:c_mask.ngo

!short:Menu        main menu of program definition
!file:c_menu.ngo

!short:Mnu         choice of arrray fields, better control as in the Choice
!file:c_mnu.ngo

!short:OneDbf      one database file services
!file:c_onedbf.ngo

!short:Report      report to file generation
!file:c_report.ngo

!short:Stack       stack as an object
!file:c_stack.ngo

!short:Task        task switching window enhancement
!file:c_task.ngo

!short:UpABrowse   as ABrowse, but supressed other window switching
!file:c_upabro.ngo

!short:UpDBrowse   as DBrowse, but supressed other window switching
!file:c_updbro.ngo

!short:UpWindow    as Window, but supressed other window switching
!file:c_upwind.ngo

!short:View        complex database input-output
!file:c_view.ngo

!short:Win         simple window with stored background
!file:c_win.ngo

!short:Window      full window driving support
!file:c_window.ngo

'
' eof (c)JHK 
'
