CSGuiSplitAreaDefinition
-
private
-
Table of Contents
-
$classes
: mixed
-
$content
: mixed
-
$defaultState
: mixed
-
$dimension
: mixed
-
$direction
: mixed
-
$frameID
: mixed
-
$frameName
: mixed
-
$hasTopFrame
: mixed
-
$isClosable
: mixed
-
$isResizable
: mixed
-
$label
: string|null
-
$src
: mixed
-
__construct()
: mixed
-
getMinXSize()
: mixed
-
getMinYSize()
: mixed
-
setMinXSize()
: mixed
-
setMinYSize()
: mixed
$classes
public
mixed
$classes
$content
public
mixed
$content
$defaultState
public
mixed
$defaultState
$dimension
public
mixed
$dimension
$direction
public
mixed
$direction
$frameID
public
mixed
$frameID
$frameName
public
mixed
$frameName
$hasTopFrame
public
mixed
$hasTopFrame
$isClosable
public
mixed
$isClosable
$isResizable
public
mixed
$isResizable
$label
public
string|null
$label
$src
public
mixed
$src
__construct()
public
__construct(mixed $direction, mixed $src, mixed $content, mixed $label, mixed $dimension, mixed $isResizable, mixed $isClosable, mixed $defaultState, mixed $type[, mixed $frameID = null ][, mixed $frameName = null ][, mixed $hasTopFrame = null ]) : mixed
Parameters
-
$direction
: mixed
-
-
$src
: mixed
-
-
$content
: mixed
-
-
$label
: mixed
-
-
$dimension
: mixed
-
-
$isResizable
: mixed
-
-
$isClosable
: mixed
-
-
$defaultState
: mixed
-
-
$type
: mixed
-
-
$frameID
: mixed
= null
-
-
$frameName
: mixed
= null
-
-
$hasTopFrame
: mixed
= null
-
Return values
mixed
—
getMinXSize()
public
getMinXSize() : mixed
Return values
mixed
—
getMinYSize()
public
getMinYSize() : mixed
Return values
mixed
—
setMinXSize()
public
setMinXSize([mixed $size = 70 ]) : mixed
Parameters
-
$size
: mixed
= 70
-
Return values
mixed
—
setMinYSize()
public
setMinYSize([mixed $size = 70 ]) : mixed
Parameters
-
$size
: mixed
= 70
-
Return values
mixed
—