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

UWindow.UWindowMessageBoxCW

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowMessageBoxCW

Variables Summary
MessageBoxButtonsButtons
UWindowSmallButtonCancelButton
stringCancelText
MessageBoxResultEnterResult
UWindowMessageBoxAreaMessageArea
UWindowSmallButtonNoButton
stringNoText
UWindowSmallButtonOKButton
stringOKText
UWindowSmallButtonYesButton
stringYesText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
functionfloat GetHeight (Canvas C))
function KeyDown (int Key, float X, float Y))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function Resized ()))
function SetupMessageBoxClient (string InMessage, MessageBoxButtons InButtons, MessageBoxResult InEnterResult))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

Buttons Source code

var MessageBoxButtons Buttons;

CancelButton Source code

var UWindowSmallButton CancelButton;

CancelText Source code

var localized string CancelText;

EnterResult Source code

var MessageBoxResult EnterResult;

MessageArea Source code

var UWindowMessageBoxArea MessageArea;

NoButton Source code

var UWindowSmallButton NoButton;

NoText Source code

var localized string NoText;

OKButton Source code

var UWindowSmallButton OKButton;

OKText Source code

var localized string OKText;

YesButton Source code

var UWindowSmallButton YesButton;

YesText Source code

var localized string YesText;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

GetHeight Source code

function float GetHeight ( Canvas C) )

KeyDown Source code

function KeyDown ( int Key, float X, float Y) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Paint Source code

function Paint ( Canvas C, float X, float Y) )

Resized Source code

function Resized ( ) )

SetupMessageBoxClient Source code

function SetupMessageBoxClient ( string InMessage, MessageBoxButtons InButtons, MessageBoxResult InEnterResult) )


Defaultproperties

defaultproperties
{
				YesText="Yes"
				NoText="No"
				OKText="OK"
				CancelText="Cancel"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:16.115 - Created with UnCodeX