home *** CD-ROM | disk | FTP | other *** search
- gadget ok
- text OK
- style dsborder
- id 1
- end
-
- gadget cancel
- text Cancel
- style dsborder
- id 2
- end
-
- gadget option1
- text Option 1
- stock box
- id 10
- end
-
- gadget option2
- text Option 2
- stock box
- style textimage
- id 11
- end
-
- gadget option3
- text Option 3
- stock button
- id 12
- end
-
- gadget up
- stock uparrow
- id 20
- end
-
- gadget down
- stock downarrow
- id 21
- end
-
- requester show options
- center
- gadget option1
- down
- gadget option2
- down
- gadget option3
- down
- down
- gadget up
- gadget down
- midleft
- gadget ok
- midright
- gadget cancel
- down
- end
-
- menu Project
- text Load
- text Save
- text Quit
- end
-
- menu Edit
- text Cut
- text Copy
- text Clear
- text Paste
- end
-
- menu Fonts
- text ruby
- submenu
- text 8 pt
- text 10 pt
- text 16 pt
- end
- text emerald
- submenu
- text 14 pt
- text 21 pt
- end
- text saphire
- submenu
- text 12 pt
- text 15 pt
- end
- end
-
-
- window example
- title Example ASG Window
- flags closewindow,menupick,activate,windowdrag,windowsizing
- hsize 640
- minhsize 100
- maxhsize 640
- vsize 200
- minvsize 40
- maxvsize 400
- closegad
- depthgad
- movegad
- sizegad
- end
-
-