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

GUI2K4.STY2ListBox


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
00034
00035
00036
// ====================================================================
//  Class:  GUI2K4.STY_ListBox
//  Parent: GUI2K4.STY_SquareButton
//
//  Background style for the actual "list" area of a listbox
// ====================================================================

class STY2ListBox extends STY2SquareButton;

defaultproperties
{
     KeyName="ListBox"
     FontNames(10)="UT2HeaderFont"
     FontNames(11)="UT2HeaderFont"
     FontNames(12)="UT2HeaderFont"
     FontNames(13)="UT2HeaderFont"
     FontNames(14)="UT2HeaderFont"
     FontColors(0)=(G=195)
     FontColors(3)=(B=255,G=255)
     FontColors(4)=(B=192,G=192,R=192)
     Images(0)=Texture'2K4Menus.NewControls.SectionHeaderBase'
     Images(1)=Texture'2K4Menus.NewControls.SectionHeaderBase'
     Images(2)=Texture'2K4Menus.NewControls.SectionHeaderBase'
     Images(3)=Texture'2K4Menus.NewControls.SectionHeaderBase'
     Images(4)=Texture'2K4Menus.NewControls.SectionHeaderBase'
     ImgStyle(0)=ISTY_PartialScaled
     ImgStyle(1)=ISTY_PartialScaled
     ImgStyle(2)=ISTY_PartialScaled
     ImgStyle(3)=ISTY_PartialScaled
     ImgStyle(4)=ISTY_PartialScaled
     BorderOffsets(0)=3
     BorderOffsets(1)=3
     BorderOffsets(2)=3
     BorderOffsets(3)=3
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Tue 24/10/2006 17:13:14.000 - Creation time: Wed 7/2/2007 19:16:52.796 - Created with UnCodeX