I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowMenuBar (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowMenuBar |
Contents
- Package:
- UWindow
- Direct subclass:
- UMenuMenuBar
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UWindowMenuBar - A menu bar
Properties[edit]
bAltDown[edit]
Type: bool
Over[edit]
Type: UWindowMenuBarItem
Selected[edit]
Type: UWindowMenuBarItem
Spacing[edit]
Type: int
Instance functions[edit]
AddHelpItem[edit]
function UWindowMenuBarItem AddHelpItem (string Caption)
AddItem[edit]
function UWindowMenuBarItem AddItem (string Caption)
Close[edit]
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
CloseUp[edit]
function CloseUp ()
Created[edit]
function Created ()
Overrides: UWindowListControl.Created
DrawItem[edit]
Overrides: UWindowListControl.DrawItem
DrawMenuBar[edit]
function DrawMenuBar (Canvas C)
GetMenuBar[edit]
function UWindowMenuBar GetMenuBar ()
HotKeyDown[edit]
Overrides: UWindowWindow.HotKeyDown
HotKeyUp[edit]
Overrides: UWindowWindow.HotKeyUp
KeyDown[edit]
Overrides: UWindowDialogControl.KeyDown
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MenuCmd[edit]
MouseLeave[edit]
function MouseLeave ()
Overrides: UWindowDialogControl.MouseLeave
MouseMove[edit]
Overrides: UWindowDialogControl.MouseMove
Paint[edit]
Overrides: UWindowWindow.Paint
ResolutionChanged[edit]
Overrides: UWindowWindow.ResolutionChanged
Select[edit]
function Select (UWindowMenuBarItem I)