Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <u>supplied window frames</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                          Supplied Window Frames

  Remark:   The functions, wFrame() and wTitle(), are window object
            defining routines to be used only after an instance of
            the "window class" has been created by wNew(). The
            instance created by wNew() will inherit its
            frame type, content and color from the values passed
            to wFrame() and wTitle().

  Example:  . The example uses wFrame() to have the instance
            created by wNew() inherit a single line frame,
            displayed with the color combination of green on blue.
            It uses wTitle() to create a title, "Window 4", in
            green on cyan with a title box. You can see what this
            window will look like by comparing the code to those below.

          wNew  ( "Win",,,,, "GR+/B" )
          wFrame( "Win", B_SSSS, "G/B" )
          wTitle( "Win", "Window 4", "G/BG+", WT_BOX )

  Note:     If no color string is sent to wFrame(), the
            window,"Win", will default to the color string
            defined for it by wNew().



                  WT_BOX                         WT_NOBOX

 B_SSSS      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             |--------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_DDDD      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             |--------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_SDSD      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_DSDS      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_SSDD      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_SDDS      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             |--------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_DSSD      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_SDDS      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_DDSS      +--------------------+          +--- Window Title ---+
             |   Window Title     |          |                    |
             ---------------------|          |                    |
             |                    |          |                    |
             |                    |          |                    |
             +--------------------+          +--------------------+

 B_THICK     ######################          #### Window Title ####
             #   Window Title     #          #                    #
             #--------------------#          #                    #
             #                    #          #                    #
             #                    #          #                    #
             ######################          ######################

 B_LIGHT     ######################          #### Window Title ####
             #   Window Title     #          #                    #
             #--------------------#          #                    #
             #                    #          #                    #
             #                    #          #                    #
             ######################          ######################

 B_MEDIUM    ######################          #### Window Title ####
             #   Window Title     #          #                    #
             #--------------------#          #                    #
             #                    #          #                    #
             #                    #          #                    #
             ######################          ######################

 B_HEAVY     ######################          #### Window Title ####
             #   Window Title     #          #                    #
             #--------------------#          #                    #
             #                    #          #                    #
             #                    #          #                    #
             ######################          ######################

 B_NONE      llllllllllllllllllllll          llll Window Title llll
             llllWindow Titlellllll          llllllllllllllllllllll
             llllllllllllllllllllll          llllllllllllllllllllll
             llllllllllllllllllllll          llllllllllllllllllllll
             llllllllllllllllllllll          llllllllllllllllllllll
             llllllllllllllllllllll          llllllllllllllllllllll

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson