home *** CD-ROM | disk | FTP | other *** search
- FSTPC 5
-
- # the controller object - MUST have one of these
- GUI_Controller Main_controller ()
-
- # globally used graphics are held in the globals directory
- # Bitmap instances are declared here and Animation instances
- # local to the widgets files
-
- #===============================================================
- # BASIC BUTTON GRAPHICS
- Bitmap butup
- (:area 0 0 119 38 :sub_path globals :file buta.sur)
- Bitmap butdown
- (:area 0 0 119 38 :sub_path globals :file butb.sur)
- Bitmap buthi
- (:area 0 0 119 38 :sub_path globals :file butc.sur)
-
- #===============================================================
- # LEFT BUTTON GRAPHICS
- Bitmap lup
- (:area 0 0 14 32 :sub_path globals :file lefta.sur)
- Bitmap ldown
- (:area 0 0 14 32 :sub_path globals :file leftb.sur)
- Bitmap lhi
- (:area 0 0 14 32 :sub_path globals :file leftc.sur)
-
- #===============================================================
- # RIGHT BUTTON GRAPHICS
- Bitmap rup
- (:area 0 0 14 32 :sub_path globals :file righta.sur)
- Bitmap rdown
- (:area 0 0 14 32 :sub_path globals :file rightb.sur)
- Bitmap rhi
- (:area 0 0 14 32 :sub_path globals :file rightc.sur)
-
- #===============================================================
- # POPUP BUTTON GRAPHICS
- Bitmap pup
- (:area 0 0 16 16 :sub_path globals :file pbuta.sur)
- Bitmap pdown
- (:area 0 0 16 16 :sub_path globals :file pbutb.sur)
- Bitmap phi
- (:area 0 0 16 16 :sub_path globals :file pbutc.sur)
-
- Paths 0 0
-