Control Separator

(UI 0.9.9)

Introducere

A Separator represents a control separator, it has no other function.

Sinopsisul clasei

UI\Controls\Separator extends UI\Control {
/* Constants */
const int Horizontal ;
const int Vertical ;
/* Constructor */
public __construct ([ int $type = UI\Controls\Separator::Horizontal ] )
/* 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 ( )
}

Constante predefinite

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

Cuprins

add a note add a note

User Contributed Notes

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