User Tools

Site Tools


built_in:layouts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
built_in:layouts [2016/04/29 23:34]
58.96.146.120 [Methods] Added Touch Methods
built_in:layouts [2018/12/07 17:22]
176.59.39.186 [Table]
Line 174: Line 174:
 ^ Method                                                         ^ Description                                                                                                                                                                                                                                        ^ ^ Method                                                         ^ Description                                                                                                                                                                                                                                        ^
 | Layout.AddChild( child,order )                                 | child is the object to add to the Layout. Order is the rang option to make an object behind an other Object.                                                                                                                                       | | Layout.AddChild( child,order )                                 | child is the object to add to the Layout. Order is the rang option to make an object behind an other Object.                                                                                                                                       |
-| Layout.Animate( type,callback )                                | known types: <code>SlideFromLeft ScaleFromLeft SlideToLeft ScaleToLeft SlideFromRight ScaleFromRight SlideToRight ScaleToRight SlideFromTop ScaleFromTop SlideToTop ScaleToTop SlideFromBottom ScaleFromBottom SlideToBottom ScaleToBottom</code>  |+| Layout.Animate( type, callback, time )                                | known types: SlideFromLeft,SlideFromRight,SlideFromTop,SlideFromBottom,SlideToLeft,SlideToRight,SlideToTop,SlideToBottom,ScaleFromLeft, ScaleFromRight,ScaleFromTop, ScaleFromBottom, ScaleToLeft, ScaleToRight, ScaleToTop,ScaleToBottom,FadeIn,FadeOut,Flip|
 | Layout.ChildToFront( child )                                                                                                                                                                                                                                                                                      | | Layout.ChildToFront( child )                                                                                                                                                                                                                                                                                      |
 | Layout.Destroy()                                               | This function Destroys a Layout forever.                                                                                                                                                                                                           | | Layout.Destroy()                                               | This function Destroys a Layout forever.                                                                                                                                                                                                           |
Line 208: Line 208:
 <code>app.CreateLayout("Linear", "Horizontal,FillXY,TouchThrough");</code> <code>app.CreateLayout("Linear", "Horizontal,FillXY,TouchThrough");</code>
  
-|Vertical| | +| Vertical               
-|Horizontal| | +| Horizontal             
-|VCenter| | +| VCenter                
-|TopCenter|Default| +| TopCenter     | Default  
-|FillX| | +| FillX                  
-|FillY| | +| FillY                  
-|FillXY| | +| FillXY                 
-|Right| | +| Right                  
-|Left| | +| Left                   
-|Bottom| | +| Bottom                 
-|TouchThrough| |+| TouchThrough  ?        |
built_in/layouts.txt · Last modified: 2018/12/08 02:02 (external edit)