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

XInterface.StateButton


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
//-----------------------------------------------------------
// This is used for the MP3 player and the demo menu.  Lot's
// of native stuff going on under the hood so consider it special case.
//-----------------------------------------------------------
class StateButton extends GUIButton
	native;

cpptext
{
	void Draw(UCanvas* Canvas);
}

var() material 			Images[5];
var() eImgStyle			ImageStyle;			// How should we display this image

DefaultProperties
{
	ImageStyle=ISTY_Scaled
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:28.000 - Creation time: Do 14.8.2014 09:58:50.347 - Created with UnCodeX