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

XInterface.GUIHorzScrollBar

Extends
GUIScrollBarBase

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

Variables Summary
Inherited Variables from XInterface.GUIScrollBarBase
BigStep, CurPos, GrabOffset, GripPos, GripSize, ItemCount, ItemsPerPage, MinGripPixels, MyDecreaseButton, MyGripButton, MyIncreaseButton, MyList, MyScrollZone, Orientation, Step
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
functionbool GripPreDraw (GUIComponent Sender ))
function GripPressed (GUIComponent Sender, bool IsRepeat ))
function ZoneClick (float Delta))
Inherited Functions from XInterface.GUIScrollBarBase
DecreaseClick, GripPreDraw, IncreaseClick, InitComponent, Refocus, SetFriendlyLabel, SetList, UpdateGripPosition, WheelDown, WheelUp
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Functions Detail

GripPreDraw Source code

function bool GripPreDraw ( GUIComponent Sender ) )

GripPressed Source code

function GripPressed ( GUIComponent Sender, bool IsRepeat ) )

ZoneClick Source code

function ZoneClick ( float Delta) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUIHorzScrollZone Name=HScrollZone
		OnScrollZoneClick=ZoneClick
	End Object


	Begin Object Class=GUIHorzScrollButton Name=HLeftBut
		OnClick=DecreaseClick
	End Object


	Begin Object Class=GUIHorzScrollButton Name=HRightBut
		OnClick=IncreaseClick
		bIncreaseButton=True
	End Object


	Begin Object Class=GUIHorzGripButton Name=HGrip
		OnMousePressed=GripPressed
	End Object


	OnPreDraw=GripPreDraw
	MyScrollZone=HScrollZone
	MyDecreaseButton=HLeftBut
	MyIncreaseButton=HRightBut
	MyGripButton=HGrip


	bAcceptsInput=true
	WinWidth=0.0375
	Orientation=ORIENT_Horizontal
	MinGripPixels=12
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:07.762 - Created with UnCodeX