User Tools

Site Tools


built_in:seekbars

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:seekbars [2016/09/18 17:42]
99.238.18.153 [Table]
built_in:seekbars [2016/09/19 02:18] (current)
Line 34: Line 34:
 Some controls use the same methods.\\ Some controls use the same methods.\\
 For examples of the **[[same methods]]** look here. For examples of the **[[same methods]]** look here.
-^ Method                                                          ^ Description  +^ Method                                                          ^ Description                                                                                                                                                                                                                                                                                              
-| SeekBar.Destroy()                                               Test         +| SeekBar.Destroy()                                                                                                                                                                                                                                                                                                                                                        
-| SeekBar.GetAbsHeight()                                          |              +| SeekBar.GetAbsHeight()                                          |                                                                                                                                                                                                                                                                                                          
-| SeekBar.GetAbsWidth()                                                        +| SeekBar.GetAbsWidth()                                                                                                                                                                                                                                                                                                                                                    
-| SeekBar.GetHeight()                                                          +| SeekBar.GetHeight()                                                                                                                                                                                                                                                                                                                                                      
-| SeekBar.GetPosition()                                                        +| SeekBar.GetPosition()                                                                                                                                                                                                                                                                                                                                                    
-| SeekBar.GetType()                                                            +| SeekBar.GetType()                                                                                                                                                                                                                                                                                                                                                        
-| SeekBar.GetValue()                                              |              +| SeekBar.GetValue()                                              |                                                                                                                                                                                                                                                                                                          
-| SeekBar.GetVisibility()                                                      +| SeekBar.GetVisibility()                                                                                                                                                                                                                                                                                                                                                  
-| SeekBar.GetWidth()                                              |              +| SeekBar.GetWidth()                                              |                                                                                                                                                                                                                                                                                                          
-| SeekBar.Release()                                                            +| SeekBar.Release()                                                                                                                                                                                                                                                                                                                                                        
-| SeekBar.SetBackColor( color )                                                +| SeekBar.SetBackColor( color )                                   Sets the background color of the seekbar to the given color. The color is defined by a 6 or 8 character hexidecimal color code string, e.g. "#99A055" or "#A099A055". The string has the format #RRGGBB or #AARRGGBB, where A is the alpha (transparency) channel, R is red, G is green, and B is blue.  
-| SeekBar.SetBackGradient( color1,color2,color3,p4,p5,p6,p7 )                  +| SeekBar.SetBackGradient( color1,color2,color3,p4,p5,p6,p7 )                                                                                                                                                                                                                                                                                                              
-| SeekBar.SetBackGradientRadial( x,y,r,color1,color2,color3,p7 )  |              +| SeekBar.SetBackGradientRadial( x,y,r,color1,color2,color3,p7 )  |                                                                                                                                                                                                                                                                                                          
-| SeekBar.SetBackground( imagefile,options )                      |              +| SeekBar.SetBackground( imagefile,options )                      |                                                                                                                                                                                                                                                                                                          
-| SeekBar.SetMargins( left,top,right,bottom )                                  +| SeekBar.SetMargins( left,top,right,bottom )                                                                                                                                                                                                                                                                                                                              
-| SeekBar.SetMaxRate( ms )                                        |              +| SeekBar.SetMaxRate( ms )                                        | Sets the maximum rate at which the OnTouch event can occur. At least ms milliseconds must pass between each occurance of the OnTouch event. If not set, ms defaults to 0.                                                                                                                                
-| SeekBar.SetOnTouch( callback )                                  |              +| SeekBar.SetOnTouch( callback )                                  |                                                                                                                                                                                                                                                                                                          
-| SeekBar.SetPadding( width,height,top,bottom )                                +| SeekBar.SetPadding( width,height,top,bottom )                                                                                                                                                                                                                                                                                                                            
-| SeekBar.SetPosition( left,top,width,height )                    |              +| SeekBar.SetPosition( left,top,width,height )                    |                                                                                                                                                                                                                                                                                                          
-| SeekBar.SetRange( range )                                                    +| SeekBar.SetRange( range )                                       Sets the maximum value of the seekbar. The minimum value is 0.                                                                                                                                                                                                                                           
-| SeekBar.SetScale( x,y )                                                      +| SeekBar.SetScale( x,y )                                         Multiplies the horizontal and vertical size of the seekbar by x and y respectively.                                                                                                                                                                                                                      
-| SeekBar.SetSize( width,height )                                              +| SeekBar.SetSize( width,height )                                                                                                                                                                                                                                                                                                                                          
-| SeekBar.SetValue( value )                                                    +| SeekBar.SetValue( value )                                       Sets the value of the seekbar to the given value. If the given value is outside the seekbar's range, the seekbar value is set to the min or max value, whichever is closer.                                                                                                                              
-| SeekBar.SetVisibility( HideShow )                                            |+| SeekBar.SetVisibility( HideShow )                                                                                                                                                                                                                                                                                                                                        |
  
 =====Sample===== =====Sample=====
 [[tips_tricks:seekbar_setontouchup|Seekbar SetOnTouchUp workaround]] [[tips_tricks:seekbar_setontouchup|Seekbar SetOnTouchUp workaround]]
built_in/seekbars.1474220536.txt.gz · Last modified: 2016/09/19 01:42 (external edit)