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

GUI.GUIHelpText

Extends
GUILabel
Modifiers
HideCategories ( Menu , Object ) Native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUITextComponent
         |   
         +-- GUI.GUILabel
            |   
            +-- GUI.GUIHelpText

Variables Summary
GUIHelpText
floatMaxWidth
floatXBorderPercent
floatXOverlapPercent
floatYBorderPercent
floatYOverlapPercent
Inherited Variables from GUI.GUITextComponent
bDontCenterVertically, bMultiLine, Caption, TextAlign

Functions Summary
function InitComponent (GUIComponent Owner))
Inherited Functions from GUI.GUITextComponent
GetCaption, InitComponent, SetCaption


Variables Detail

GUIHelpText

MaxWidth Source code

var(GUIHelpText) config float MaxWidth;
The maximum width of the label, if exceded, will word wrap

XBorderPercent Source code

var(GUIHelpText) config float XBorderPercent;
The percentage of border around the text (typically in the range 1.0 - 1.5)

XOverlapPercent Source code

var(GUIHelpText) config float XOverlapPercent;
The percentage of the ActiveControl to overlap by this label

YBorderPercent Source code

var(GUIHelpText) config float YBorderPercent;
The percentage of border around the text (typically in the range 1.0 - 1.5)

YOverlapPercent Source code

var(GUIHelpText) config float YOverlapPercent;
The percentage of the ActiveControl to overlap by this label


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent Owner) )


Defaultproperties

defaultproperties
{
	TextAlign=TXTA_Center
    RenderWeight=0.8
    XOverlapPercent=0.2
    YOverlapPercent=0.2
    XBorderPercent=1.1
    YBorderPercent=1.2
    MaxWidth=160.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:30.206 - Created with UnCodeX