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
00033
//==============================================================================
//	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=True
     bCaptureMouse=True
     bNeverFocus=True
     bRepeatClick=True
     bRequiresStyle=True
     OnClick=GUIScrollZoneBase.InternalOnClick
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 23/10/2006 20:30:36.000 - Creation time: Wed 7/2/2007 19:16:41.218 - Created with UnCodeX