The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UWindowCheckbox (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton >> UWindowCheckbox
Package: 
UWindow
This class in other games:
RTNP, UT

UWindowCheckbox - a checkbox

Properties[edit]

bChecked[edit]

Type: bool


Instance functions[edit]

BeforePaint[edit]

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

Overrides: UWindowButton.BeforePaint


LMouseUp[edit]

function LMouseUp (float X, float Y)

Overrides: UWindowWindow.LMouseUp


Paint[edit]

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

Overrides: UWindowButton.Paint