Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusEx.ToolButtonWindow

Extends
ButtonWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow
         |   
         +-- Extension.ButtonWindow
            |   
            +-- DeusEx.ToolButtonWindow

Variables Summary
StringbuttonText
ColorcolBackgroundColor
ColorcolText
ColorcolTextDisabledBack
ColorcolTextDisabledFore
intfontAcceleratorLineHeight
intfontBaseLine
FontfontText
Inherited Variables from Extension.ButtonWindow
activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime
Inherited Variables from Extension.TextWindow
bTextIsAccelerator, bWordWrap, hAlign, hMargin, maxLines, minLines, minWidth, text, vAlign, vMargin

Structures Summary
Inherited Structures from Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
event DrawWindow (GC gc))
event InitWindow ()))
function SetButtonText (String newButtonText))
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed
Inherited Functions from Extension.TextWindow
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap


Variables Detail

buttonText Source code

var String buttonText;

colBackgroundColor Source code

var Color colBackgroundColor;

colText Source code

var Color colText;

colTextDisabledBack Source code

var Color colTextDisabledBack;

colTextDisabledFore Source code

var Color colTextDisabledFore;

fontAcceleratorLineHeight Source code

var int fontAcceleratorLineHeight;

fontBaseLine Source code

var int fontBaseLine;

fontText Source code

var Font fontText;


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

SetButtonText Source code

function SetButtonText ( String newButtonText) )


Defaultproperties

defaultproperties
{
     colBackgroundColor=(R=192,G=192,B=192)
     colTextDisabledBack=(R=255,G=255,B=255)
     colTextDisabledFore=(R=128,G=128,B=128)
     fontText=Font'DeusExUI.FontSansSerif_8'
     fontBaseLine=1
     fontAcceleratorLineHeight=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:16.725 - Created with UnCodeX