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

XInterface.GUIVertScrollBar

Extends
GUIScrollBarBase

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

Direct Known Subclasses:

GUITreeScrollBar

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
{
	Orientation=ORIENT_Vertical


	Begin Object Class=GUIVertScrollZone Name=ScrollZone
		OnScrollZoneClick=ZoneClick
	End Object


	Begin Object Class=GUIVertScrollButton Name=UpBut
		OnClick=DecreaseClick
	End Object


	Begin Object Class=GUIVertScrollButton Name=DownBut
		OnClick=IncreaseClick
		bIncreaseButton=true
	End Object


	Begin Object Class=GUIVertGripButton Name=Grip
		OnMousePressed=GripPressed
	End Object


	OnPreDraw=GripPreDraw
	MyScrollZone=ScrollZone
	MyDecreaseButton=UpBut
	MyIncreaseButton=DownBut
	MyGripButton=Grip


	bAcceptsInput=true
	WinWidth=0.025
	MinGripPixels=12
}

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