1 (in-package #:as3-compiler
)
6 ;; these are accessed with no package name, but putting them in
7 ;; keyword would be ugly...
11 #:decode-uri-component
13 #:encode-uri-component
23 #:+infinity
+ ;; Infinity
24 #:+negative-infinity
+ ;; -Infinity
26 #:+undefined
+ ;; undefined
57 ;; we also get the names of most of the members/accessors/methods
58 ;; from other namespaces here, unlike CL where they would
59 ;; probably be in the same package as the class
60 ;; adding as needed...
62 ;; from flash.text.TextFieldAutoSize
67 ;; properties from flash.text.TextField
68 #:always-Show-Selection
95 #:selection-begin-index
105 #:use-rich-text-clipboard
107 ;; methods from flash.text.TextField
110 #:get-char-boundaries
111 #:get-char-index-at-point
112 #:get-first-char-in-paragraph
113 #:get-image-reference
114 #:get-line-index-at-point
115 #:get-line-index-of-char
120 #:get-paragraph-length
122 #:replace-selected-text
126 ;; events from flash.text.TextField
131 ;; flash.public:object
137 #:property-is-enumerable
138 #:set-property-is-enumerable
141 ;; flash.events:event-dispatcher
146 (defpackage #:flash.text
148 #:text-field-auto-size
160 #:text-field-auto-size
169 (defpackage #:adobe.utils
)
170 (defpackage #:flash.accessibility
)
171 (defpackage #:flash.display
)
172 (defpackage #:flash.errors
)
173 (defpackage #:flash.events
)
174 (defpackage #:flash.external
)
175 (defpackage #:flash.filters
)
176 (defpackage #:flash.geom
)
177 (defpackage #:flash.media
)
178 (defpackage #:flash.net
)
179 (defpackage #:flash.printing
)
180 (defpackage #:flash.sampler
)
181 (defpackage #:flash.system
)
182 (defpackage #:flash.system
)
183 ;(defpackage #:flash.text)
184 (defpackage #:flash.trace
)
185 (defpackage #:flash.ui
)
186 (defpackage #:flash.utils
)
187 (defpackage #:flash.xml
)