// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Background style for the actual "list" area of a listbox // // Date Id Modification // // 03-09-2008 Wsl Created from GUI.STY_ListBox // ==================================================================== class STY_GeoListBox extends STY_GeoMenuButton; defaultproperties { KeyName="GeoListBox" FontNames(0)="GeoNormalFont" FontNames(1)="GeoNormalFont" FontNames(2)="GeoNormalFont" FontNames(3)="GeoNormalFont" FontNames(4)="GeoNormalFont" Images(0)=Material'GeoGUIContent.Scalable.button_metal' Images(1)=Material'GeoGUIContent.Scalable.button_metal' Images(2)=Material'GeoGUIContent.Scalable.button_metal' Images(3)=Material'GeoGUIContent.Scalable.button_metal' Images(4)=Material'GeoGUIContent.Scalable.button_metal' FontColors(3)=(R=230,G=200,B=0,A=255) BorderOffsets(0)=12 BorderOffsets(1)=12 BorderOffsets(2)=12 BorderOffsets(3)=12 }