Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Extension.ExtensionObject | +-- Extension.Window | +-- Extension.TextWindow | +-- Extension.ButtonWindow | +-- DeusEx.ToolButtonWindow
Variables Summary | |
---|---|
String | buttonText |
Color | colBackgroundColor |
Color | colText |
Color | colTextDisabledBack |
Color | colTextDisabledFore |
int | fontAcceleratorLineHeight |
int | fontBaseLine |
Font | fontText |
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 | ||
---|---|---|
![]() | DrawWindow (GC gc)) | |
![]() | InitWindow ())) | |
![]() | SetButtonText (String newButtonText)) |
Inherited Functions from Extension.TextWindow |
---|
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap |
Variables Detail |
---|
Functions Detail |
---|
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 | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |