Control Box (Arrangement)

(UI 0.9.9)

Introducere

A Box allows the arrangement of other controls

Sinopsisul clasei

UI\Controls\Box extends UI\Control {
/* Constants */
const int Vertical ;
const int Horizontal ;
/* Proprietăți */
protected $controls ;
/* Constructor */
public __construct ([ int $orientation = UI\Controls\Box::Horizontal ] )
/* Metode */
public append ( Control $control [, bool $stretchy = false ] ) : int
public delete ( int $index ) : bool
public getOrientation ( ) : int
public isPadded ( ) : bool
public setPadded ( bool $padded )
/* Metode moștenite */
public UI\Control::enable ( )
public UI\Control::getTopLevel ( ) : int
public UI\Control::hide ( )
public UI\Control::isEnabled ( ) : bool
public UI\Control::isVisible ( ) : bool
public UI\Control::setParent ( UI\Control $parent )
public UI\Control::show ( )
}

Proprietăți

controls

Contains controls, should not be manipulated directly

Constante predefinite

UI\Controls\Box::Vertical

UI\Controls\Box::Horizontal

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top