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

XInterface.GUIScrollZoneBase


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
//==============================================================================
//	Created on: 08/23/2003
//	Base class for scroll zones
//
//  The ScrollZone is the background area for a scrollbar.
//  When the user clicks on the zone, it caculates it's percentage.
//
//	Written by Joe Wilcox
//	© 2003, Epic Games, Inc.  All Rights Reserved
//==============================================================================
class GUIScrollZoneBase extends GUIComponent
    native;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

delegate OnScrollZoneClick(float Delta);        // Should be overridden
function bool InternalOnClick(GUIComponent Sender) { return false; }

defaultproperties
{
     StyleName="ScrollZone"
     RenderWeight=0.250000
     bAcceptsInput=Wahr
     bCaptureMouse=Wahr
     bNeverFocus=Wahr
     bRepeatClick=Wahr
     OnClick=GUIScrollZoneBase.InternalOnClick
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fr 30.3.2007 08:43:46.000 - Creation time: Mo 16.4.2007 11:20:48.125 - Created with UnCodeX