(UI 0.9.9)
はじめに
A Separator represents a control separator, it has no other function.
クラス概要
UI\Controls\Separator extends UI\Control {
const
int
Horizontal
const
int
Vertical
/* Constructor */
public __construct
([ int $type
= UI\Controls\Separator::Horizontal
] )
/* 継承したメソッド */
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
- A Horizontal Separator
UI\Controls\Separator::Vertical
- A Vertical Separator
目次
- UI\Controls\Separator::__construct — Construct a new Separator
/* Constants */