            wxCmm version 0.1a Jul 2003

Notes for Examples 
==================

    minimal.c--
        The minimal example in wxCmm.

    example1.c--
        A simple window program. Demo event mechanism and controls.

    example2.c--
        The same as example1.c--, but all objects was generated by
        the "new" operator. Demo how to use the object pointer.

    statusBar.c--
        Demo how to use wxStatusBar.

    dialog1.c--
        A simple dialog demo.

    dialog2.c--
        Demo how to use wxDialog object as a main window.

    dialog3.c--
        Demo how to load dialog definition from .rc file, and how to get
        wxControl objects referred to controls in a dialog.

    fileDlgTest.c--
        Demo how to use wxFileDialog and wxList.
        
    scribble.c--
        The example from wxBasic. A simple graphics demo.

    editor.c--
        The example from wxBasic. A simple text editor.

    wxMines
        The example from wxBasic. A clone of WinMine.