home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / GUI / Classes / STY_SliderCaption.uc < prev    next >
Text File  |  2003-06-30  |  385b  |  16 lines

  1. // ====================================================================
  2. //  Class:  XInterface.STY_SliderCaption
  3. //  Parent: XInterface.GUIStyles
  4. //
  5. //  <Enter a description here>
  6. // ====================================================================
  7.  
  8. class STY_SliderCaption extends GUIStyles;
  9.  
  10.  
  11. defaultproperties
  12. {
  13.     KeyName="SliderCaption"
  14.     FontNames(0)="MenuFont"
  15.  
  16. }