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
built_in:layouts [2016/12/24 11:19]
37.205.115.232 [Visibility]
built_in:layouts [2018/12/08 02:02] (current)
Line 168: Line 168:
 The visibility of both layouts and child objects can be controlled using the **SetVisibility** function. Use the values **"Show"** or **"Hide"** to make objects invisible or visible and **"Gone"** to exclude the object from the layout completely (surrounding objects will re-arrange). The visibility of both layouts and child objects can be controlled using the **SetVisibility** function. Use the values **"Show"** or **"Hide"** to make objects invisible or visible and **"Gone"** to exclude the object from the layout completely (surrounding objects will re-arrange).
 <code> obj.SetVisibility( mode );</code> <code> obj.SetVisibility( mode );</code>
-------- 
------ 
---- 
  
 ---- ----
Line 177: 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.                                                                                                                                                                                                           |
built_in/layouts.1482578358.txt.gz ยท Last modified: 2016/12/24 19:19 (external edit)