I don't need to test my programs. I have an error-correcting modem.

UE1:UWindowCheckbox (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton >> UWindowCheckbox
Package: 
UWindow
This class in other games:
RTNP, U1

UWindowCheckbox - a checkbox

Properties

bChecked

Type: bool


Instance functions

BeforePaint

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

Overrides: UWindowButton.BeforePaint


LMouseUp

function LMouseUp (float X, float Y)

Overrides: UWindowWindow.LMouseUp


Paint

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

Overrides: UWindowButton.Paint