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

XInterface.GUITitleBar


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
// ====================================================================
//  Base class for header / footer bars
//
//  Written by Joe Wilcox
//	Updated by Ron Prestenback
//  (c) 2002, Epic Games, Inc.  All Rights Reserved
// ====================================================================

class GUITitleBar extends GUIBorder
    Native;

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

var             GUITabControl   DockedTabs;     // Set this to a Tab control and that control will be centered undeneath
var()           ePageAlign      DockAlign;      // How to Align the tabs.. only Left, Center and right work
var()           bool            bUseTextHeight; // Should this control scale to the text height
var()           bool            bDockTop;       // If True, dock the control ON TOP of this one

var const Material Effect;  // obsolete

defaultproperties
{
     bUseTextHeight=True
     StyleName="TextLabel"
     bTabStop=False
}

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.328 - Created with UnCodeX