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 [2015/11/22 18:54]
193.151.102.243 [Description]
built_in:layouts [2016/12/24 12:14]
administrator old revision restored (2016/04/29 23:34)
Line 185: Line 185:
 | Layout.GetType()                                               | This returns the string "Layout"                                                                                                                                                      | | Layout.GetType()                                               | This returns the string "Layout"                                                                                                                                                      |
 | Layout.GetVisibility()                                         | This returns a Layout's visibility mode. “Hide”, “Show” or “Gone”                                                                                                                                                                                  | | Layout.GetVisibility()                                         | This returns a Layout's visibility mode. “Hide”, “Show” or “Gone”                                                                                                                                                                                  |
-| Layout.GetWidth()                                              | This returns the Width of an Layout.                                                                                                                                                                                                               +| Layout.GetWidth()                                              | This returns the Width of an Layout.                                                                                                        | 
-| Layout.Release()                                                                                                                                                                                                                                                                                                  |+| Layout.SetOnTouch( callback )           |Does not work in 'TouchThrough' mode               | 
 +| Layout.SetOnTouchDown( callback )       |only OnTouchDown works when in 'TouchThrough' mode | 
 +| Layout.SetOnTouchMove( callback )       |Does not work in 'TouchThrough' mode               | 
 +| Layout.SetOnTouchUp( callback )         |Does not work in 'TouchThrough' mode               
 +| Layout.Release()                                                              |
 | Layout.RemoveChild( child )                                    | This removes a Child of an Layout, this Child can be added again with Layout.AddChild( child ).                                                                                                                                                    | | Layout.RemoveChild( child )                                    | This removes a Child of an Layout, this Child can be added again with Layout.AddChild( child ).                                                                                                                                                    |
 | Layout.SetBackColor( colorCode )                               | This sets the Background Color of an Layout.                                                                                                                                                                                                       | | Layout.SetBackColor( colorCode )                               | This sets the Background Color of an Layout.                                                                                                                                                                                                       |
built_in/layouts.txt · Last modified: 2018/12/08 02:02 (external edit)