

        \\\\\\\\\\\\\\\\\\\\ ///////////////////////

        example programs using the xvlang lib

        //////////////////// \\\\\\\\\\\\\\\\\\\\\\


01.glyph/

    This is a simple canvas program that creates three glyphs
    according to the GUI's defined in the "images.pane", "putimage.pane",       
    and "kadd.pane" UIS files in this directory.

02.connection/

    This example creates two buttons, a "start" and a "stop", and
    connects them with a connection object.  a callback is installed
    that starts the connection "flowing" when the user clicks on "start",
    and stops it from "flowing" when the user clicks on "stop".

03.restore_glyph/

04.restore_workspace/

    This program restores a workspace of glyphs.  You may provide
    a workspace to be restored, as in:
  
    % example $SAMPLEDATA/examples/workspaces/simple_arith.wk
  
    By default, the color arithmetic workspace is restored
    ($SAMPLEDATA/examples/workspaces/color_arith1.wk)


05.run_workspace/

    This program restores allows the user to restore a workspace of glyphs
    and run/clear the workspace.  An inputfile mechanism is provided to
    allow other workspaces to be loaded and run.
  
    % example $SAMPLEDATA/examples/workspaces/simple_arith.wk
  
    By default, the color arithmetic workspace is restored
    ($SAMPLEDATA/examples/workspaces/color_arith1.wk)

06.finderlist/

    This program creates a finder list.  It is one of the components used
    within cantata to allow the user to interactively build new visual programs.

07.toolboxlist/

    This program creates a toolbox list.  It is one of the components used
    within cantata to allow the user to interactively build new visual programs.

08.toolboxmenu/

    This program creates a toolbox menu.  It is one of the components used
    within cantata to allow the user to interactively build new visual programs.

09.commandbar/

    This program creates a commandbar.  It is one of the components used
    within cantata to allow the user to interactively build new visual programs.

10.node/

    This program shows the ability to create a node, which the base class for
    the visual programming library.

