User Tools

Site Tools


built_in:buttons

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:buttons [2018/07/20 21:33]
90.216.254.199 [Example - Default Size]
built_in:buttons [2018/07/21 05:36] (current)
Line 67: Line 67:
   lay = app.CreateLayout( "Linear", "VCenter,FillXY" );   lay = app.CreateLayout( "Linear", "VCenter,FillXY" );
  
-  btn = app.CreateButton( "T-pose on those depressed normie niBBas" );+  btn = app.CreateButton( "Press Me" );
   btn.SetOnTouch( SayHello );   btn.SetOnTouch( SayHello );
   lay.AddChild( btn );   lay.AddChild( btn );
built_in/buttons.1532122412.txt.gz ยท Last modified: 2018/07/21 05:33 (external edit)