home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_SelectExpand():
- return {
- 'ExpandAmount': 9
- }
-
- def Do(Environment):
- App.Do( Environment, 'SelectExpand', Preset_SelectExpand())
-
-