Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 |
//----------------------------------------------------------- // ROGUIProportionalContainerAlt // Class used to 'contain' other components. // This class differs from ROGuiContainer in that it uses // the contained control's scaling attributes. // Same as ROGUIProportionalContainer but with // no % padding on the sides. // emh -- 11/12/2005 //----------------------------------------------------------- class ROGUIProportionalContainerAlt extends ROGUIProportionalContainer; defaultproperties { LeftPadding=0.000000 RightPadding=0.000000 TopPadding=0.000000 BottomPadding=0.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |