Control Separator

(UI 0.9.9)

Giriş

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

Sınıf Sözdizimi

class UI\Controls\Separator extends UI\Control {
/* Sabitler */
const int Horizontal;
const int Vertical;
/* Constructor */
public function __construct(int $type = UI\Controls\Separator::Horizontal)
/* Miras alınan yöntemler */
public function UI\Control::destroy()
public function UI\Control::disable()
public function UI\Control::enable()
public function UI\Control::getTopLevel(): int
public function UI\Control::hide()
public function UI\Control::isEnabled(): bool
public function UI\Control::isVisible(): bool
public function UI\Control::setParent(UI\Control $parent)
public function UI\Control::show()
}

Öntanımlı Sabitler

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

İçindekiler

add a note

User Contributed Notes

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