User Tools

Site Tools


built_in:seekbars

Differences

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

Link to this comparison view

built_in:seekbars [2014/12/05 13:39]
162.252.85.172 [Methods]
built_in:seekbars [2016/09/19 02:18]
Line 1: Line 1:
-====== Seekbars ====== 
-===== Create ===== 
-Create SeekBars using the CreateSeekBar method of the app object: 
-<code>skb = app.CreateSeekBar( width, height );</code> 
-The SetRange method of the SeekBar object to sets the value range of the SeekBar and the SetValue method sets the current value. 
  
-Use the SetOnTouch method of the SeekBar object to set the name of a function you want to be called when the SeekBar is touched. You can read the 'value' parameter in your callback function to get the position value of the SeekBar 
-===== Methods ===== 
-^Method ^Description ^ 
-|SeekBar.Destroy() | | 
-|SeekBar.GetAbsHeight() | | 
-|SeekBar.GetAbsWidth() | | 
-|SeekBar.GetHeight() | | 
-|SeekBar.GetPosition() | | 
-|SeekBar.GetType() | | 
-|SeekBar.GetValue() | | 
-|SeekBar.GetVisibility() | | 
-|SeekBar.GetWidth() | | 
-|SeekBar.Release() | | 
-|SeekBar.SetBackColor( p1 ) | | 
-|SeekBar.SetBackGradient( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|SeekBar.SetBackGradientRadial( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|SeekBar.SetBackground( p1,p2 ) | | 
-|SeekBar.SetMargins( left,top,right,bottom ) | | 
-|SeekBar.SetMaxRate( p1 ) | | 
-|SeekBar.SetOnTouch( callback ) | | 
-|SeekBar.SetPadding( p1,p2,p3,p4 ) | | 
-|SeekBar.SetPosition( p1,p2,p3,p4 ) | | 
-|SeekBar.SetRange( p1 ) | | 
-|SeekBar.SetScale( x,y ) | | 
-|SeekBar.SetSize( p1,p2 ) | | 
-|SeekBar.SetValue( p1 ) | | 
-|SeekBar.SetVisibility( p1 ) | | 
built_in/seekbars.txt ยท Last modified: 2016/09/19 02:18 (external edit)