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

GUI.GUIVertScrollButton

Extends
GUIGFXButton
Modifiers
HideCategories ( Menu , Object ) Native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUITextComponent
         |   
         +-- GUI.GUIButton
            |   
            +-- GUI.GUIGFXButton
               |   
               +-- GUI.GUIVertScrollButton

Direct Known Subclasses:

GUIComboButton

Variables Summary
GUIVertScrollButton
MaterialDownImage
boolUpButton
MaterialUpImage
Inherited Variables from GUI.GUIGFXButton
bCheckBox, bChecked, bClientBound, bForceUpdate, Graphic, Position
Inherited Variables from GUI.GUIButton
bAllowMultiLine, ClickKeyCode, Value

Functions Summary
function InitComponent (GUIComponent MyOwner))
Inherited Functions from GUI.GUIGFXButton
Click, InitComponent, SetChecked, Show
Inherited Functions from GUI.GUIButton
InitComponent, InternalOnKeyEvent, InternalOnXControllerEvent


Variables Detail

GUIVertScrollButton

DownImage Source code

var(GUIVertScrollButton) config Material DownImage;
Image to use for a down arrow

UpButton Source code

var(GUIVertScrollButton) config bool UpButton;
If true, the graphic used is an up arrow (else a down arrow)

UpImage Source code

var(GUIVertScrollButton) config Material UpImage;
Image to use for a up arrow


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
	StyleName="STY_RoundScaledButton"
	UpButton=false
	Position=ICP_Scaled
	bNeverFocus=true
    bCaptureMouse=True
	UpImage=Material'GUITribes.ArrowUp'
	DownImage=Material'GUITribes.ArrowDown'
}

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