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

UTMenu.FreeSlotsClient

Extends
UMenuDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UMenu.UMenuDialogClientWindow
               |   
               +-- UTMenu.FreeSlotsClient

Variables Summary
UWindowSmallButtonDoneButton
stringDoneText
UMenuLabelControlQueryLabel
stringQueryText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Created ()))
function DonePressed ()))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function Resized ()))
Inherited Functions from UMenu.UMenuDialogClientWindow
Notify
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

DoneButton Source code

var UWindowSmallButton DoneButton;

DoneText Source code

var localized string DoneText;

QueryLabel Source code

var UMenuLabelControl QueryLabel;

QueryText Source code

var localized string QueryText;


Functions Detail

Created Source code

function Created ( ) )

DonePressed Source code

function DonePressed ( ) )

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 ( ) )


Defaultproperties

defaultproperties
{
     QueryText="Free a save slot first!"
     DoneText="OK"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:36.175 - Created with UnCodeX