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

GUI.GUIHorzScrollBar

Extends
GUIScrollBarBase
Modifiers
Native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIScrollBarBase
            |   
            +-- GUI.GUIHorzScrollBar

Variables Summary
floatGripLeft
floatGripWidth
GUIHorzGripButtonMyGripButton
GUIHorzScrollButtonMyLeftButton
GUIHorzScrollButtonMyRightButton
GUIHorzScrollZoneMyScrollZone
Inherited Variables from GUI.GUIScrollBarBase
MyList
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility

Functions Summary
function AlignThumb ()))
functionbool GripMouseMove (float deltaX, float deltaY))
function InitComponent (GUIComponent MyOwner))
function LeftTickClick (GUIComponent Sender))
function MoveGripBy (int items))
function OnConstruct (GUIController MyController))
function RightTickClick (GUIComponent Sender))
function UpdateGripPosition (float NewPos))
function WheelDown ()))
function WheelUp ()))
function ZoneClick (float Delta))
Inherited Functions from GUI.GUIScrollBarBase
AlignThumb, MoveGripBy, Refocus, UpdateGripPosition
Inherited Functions from GUI.GUIMultiComponent
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls


Variables Detail

GripLeft Source code

var float GripLeft;

GripWidth Source code

var float GripWidth;

MyGripButton Source code

var GUIHorzGripButton MyGripButton;

MyLeftButton Source code

var GUIHorzScrollButton MyLeftButton;

MyRightButton Source code

var GUIHorzScrollButton MyRightButton;

MyScrollZone Source code

var GUIHorzScrollZone MyScrollZone;


Functions Detail

AlignThumb Source code

function AlignThumb ( ) )

GripMouseMove Source code

function bool GripMouseMove ( float deltaX, float deltaY) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

LeftTickClick Source code

function LeftTickClick ( GUIComponent Sender) )

MoveGripBy Source code

function MoveGripBy ( int items) )

OnConstruct Source code

function OnConstruct ( GUIController MyController) )

RightTickClick Source code

function RightTickClick ( GUIComponent Sender) )

UpdateGripPosition Source code

function UpdateGripPosition ( float NewPos) )

WheelDown Source code

function WheelDown ( ) )

WheelUp Source code

function WheelUp ( ) )

ZoneClick Source code

function ZoneClick ( float Delta) )


Defaultproperties

defaultproperties
{
	bAcceptsInput=true;
	WinWidth=0.0375
}

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