Progress style

From TargetWiki

A progress style is a specialization of a widget style. It controls they way a progress is drawn on the screen. All widget style functions can also be called on a progress style.

Since a progress style is a Lua object, calls should use the object:function() syntax. Also, all Lua object functions can also be called on a progress style.

Functions

leftside()
Returns the left side <Box style>.
setleftside( <Box style> )
Sets the left side Box style.
rightside()
Returns the right side <Box style>.
setrightside( <Box style> )
Sets the right side Box style.
defaultsize()
Returns the default size as two numbers: <width> and <height>.
setdefaultsize( <width>, <height> )
Sets the default size.
Views