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

GUI.GUIHorzScrollButton

Extends
GUIGFXButton
Modifiers
HideCategories ( Menu , Object ) Native

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

Variables Summary
GUIHorzScrollButton
boolLeftButton
MaterialLeftImage
MaterialRightImage
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

GUIHorzScrollButton

LeftButton Source code

var(GUIHorzScrollButton) config bool LeftButton;
If true, this button will use a left arrow material for its graphic, else a right arrow

LeftImage Source code

var(GUIHorzScrollButton) config Material LeftImage;
Image to use for a left arrow

RightImage Source code

var(GUIHorzScrollButton) config Material RightImage;
Image to use for a right arrow


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
	StyleName="STY_RoundScaledButton"
	
	LeftButton=false
	Position=ICP_Scaled
	bNeverFocus=true
	bCaptureMouse=true	
	LeftImage=Material'GUITribes.ArrowLeft'
	RightImage=Material'GUITribes.ArrowRight'
}

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