TScroll
extends TElement
in package
Scrolled Window: Allows to add another containers inside, creating scrollbars when its content is bigger than its visual area
Tags
Table of Contents
Properties
- $height : mixed
- $margin : mixed
- $transparency : mixed
- $width : mixed
Methods
- __construct() : mixed
- Class Constructor
- setMargin() : mixed
- Set the scrolling margin
- setSize() : mixed
- Set the scroll size
- setTransparency() : mixed
- compability reasons
- show() : mixed
- Shows the tag
Properties
$height
private
mixed
$height
$margin
private
mixed
$margin
$transparency
private
mixed
$transparency
$width
private
mixed
$width
Methods
__construct()
Class Constructor
public
__construct() : mixed
setMargin()
Set the scrolling margin
public
setMargin( $margin) : mixed
Parameters
setSize()
Set the scroll size
public
setSize( $width, $height) : mixed
Parameters
setTransparency()
compability reasons
public
setTransparency(mixed $bool) : mixed
Parameters
- $bool : mixed
show()
Shows the tag
public
show() : mixed