home *** CD-ROM | disk | FTP | other *** search
- package mx.containers
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public class VBox extends Box
- {
- mx_internal static const VERSION:String = "4.5.0.20967";
-
- public function VBox()
- {
- super();
- mx_internal::layoutObject.direction = BoxDirection.VERTICAL;
- }
-
- override public function set direction(param1:String) : void
- {
- }
- }
- }
-
-