User Tools

Site Tools


built_in:call

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:call [2015/03/26 21:07]
madlyr [Example]
built_in:call [2018/04/15 12:55] (current)
Line 19: Line 19:
  lay.AddChild( txt );  lay.AddChild( txt );
  
- edt = app.CreateTextEdit( "", 0.5, 0.);+ edt = app.CreateTextEdit( "", 0.5, 0.08, "Number" );
  edt.SetMargins( 0, 0, 0, 0.05 );  edt.SetMargins( 0, 0, 0, 0.05 );
 + edt.SetBackColor( "#333333" );
  lay.AddChild( edt );  lay.AddChild( edt );
  
built_in/call.1427404058.txt.gz ยท Last modified: 2015/03/27 05:07 (external edit)