List
List is used to display a list of items.
app.CreateListView(list,w,h,options)Options
- AlumButton
- GreenButton
- OrangeButton
- WhiteGrad
Methods
- id
- Destroy()
- Release()
- SetVisibility( mode )
- GetVisibility()
- Hide()
- Gone()
- Show()
- IsVisible()
- SetPadding( left,top,right,bottom )
- SetMargins( left,top,right,bottom )
- SetBackground( file,options )
- SetBackColor( clr )
- SetBackGradient( colour1,colour2,colour3,options )
- SetBackGradientRadial( x,y,radius,colour1,colour2,colour3,options )
- SetColorFilter( clr,mode )
- AdjustColor( hue,sat,bright,cont )
- SetPosition( left,top,width,height,options )
- SetSize( width,height,options )
- GetWidth( options )
- GetHeight( options )
- GetAbsWidth()
- GetAbsHeight()
- GetLeft( options )
- GetTop( options )
- GetPosition( options )
- SetScale( x,y )
- Focus()
- GetType()
- SetList( list,delim )
- GetList( delim )
- AddItem( title,body,image )
- InsertItem( index,title,body,image )
- SetItem( title,newTitle,newBody,newImage )
- SetItemByIndex( index,newTitle,newBody,newImage )
- RemoveItem( title )
- RemoveItemByIndex( index )
- RemoveAll()
- SelectItem( title,body,scroll )
- SelectItemByIndex( index,scroll )
- GetItem( title )
- GetItemByIndex( index )
- GetLength()
- ScrollToItem( title,body )
- ScrollToItemByIndex( index )
- SetOnTouch( callback )
- SetOnLongTouch( callback )
- SetTextColor( clr )
- SetTextColor1( clr )
- SetTextColor2( clr )
- SetHiTextColor1( clr )
- SetHiTextColor2( clr )
- SetTextSize( size,mode )
- SetTextSize1( size,mode )
- SetTextSize2( size,mode )
- GetTextSize( mode )
- SetTextMargins( left,top,right,bottom )
- SetEllipsize( mode )
- SetEllipsize1( mode )
- SetEllipsize2( mode )
- SetTextShadow( radius,dx,dy,color )
- SetTextShadow1( radius,dx,dy,color )
- SetTextShadow2( radius,dx,dy,color )
- SetDivider( height,color )
- SetFontFile( file )