- Extends
- ToggleWindow
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.ButtonWindow
|
+-- Extension.ToggleWindow
|
+-- Extension.CheckboxWindow
Direct Known Subclasses:
MenuUICheckboxWindow, PersonaCheckboxWindow, ToolCheckboxWindow
Inherited Variables from Extension.ButtonWindow |
activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime |
Inherited Functions from Extension.ButtonWindow |
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed |
var const bool bRightSide;
var const Color checkboxColor;
var const float checkboxSpacing;
var const float textureHeight;
var const float textureWidth;
native(
1844)
final function SetCheckboxColor (
Color newColor )
function SetCheckboxColorRGB ( INT red, INT green, INT blue) )
native(1841) final function SetCheckboxSpacing ( float newSpacing )
native(
1843)
final function SetCheckboxStyle (
EDrawStyle newStyle )
native(
1840)
final function SetCheckboxTextures (
optional texture toggleOff,
optional texture toggleOn,
optional float textureWidth,
optional float textureHeight )
ShowCheckboxOnRightSide Source code
native(1842) final function ShowCheckboxOnRightSide ( optional bool bRight )
defaultproperties
{
toggleOff=Texture'Extension.CheckboxOff'
toggleOn=Texture'Extension.CheckboxOn'
}
|
Creation time: Mon 8/11/2021 16:31:03.608 - Created with
UnCodeX