UI UI\Controls\Separator

(UI 0.9.9)


소개

Separator는 제어 구분자를 나타내며 다른 함수는 없습니다.


클래스 개요

                  
class UI\Controls\Separator extends UI\Control {

  /* Constants */
  const int Horizontal;
  const int Vertical;

  /* Constructor */
  public __construct(int $type = UI\Controls\Separator::Horizontal)

  /* Inherited methods */
  public UI\Control::destroy()
  public UI\Control::disable()
  public UI\Control::enable()
  public UI\Control::getParent(): UI\Control
  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()
}
                  
                

미리 정의된 상수

UI\Controls\Separator::Horizontal
수평 구분자
UI\Controls\Separator::Vertical
세로 구분자

목차