UWindow.UWindowMenuBar
- Extends
- UWindowListControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowMenuBar
Inherited Variables from UWindow.UWindowDialogControl |
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary |
 | UWindowMenuBarItem | AddHelpItem (string Caption))
|
 | UWindowMenuBarItem | AddItem (string Caption))
|
 | | Close (optional bool bByParent))
|
 | | CloseUp ()))
|
 | | Created ()))
|
 | | DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H))
|
 | | DrawMenuBar (Canvas C))
|
 | UWindowMenuBar | GetMenuBar ()))
|
 | bool | HotKeyDown (int Key, float X, float Y))
|
 | bool | HotKeyUp (int Key, float X, float Y))
|
 | | KeyDown (int Key, float X, float Y))
|
 | | LMouseDown (float X, float Y))
|
 | | MenuCmd (int Menu, int Item))
|
 | | MouseLeave ()))
|
 | | MouseMove (float X, float Y))
|
 | | Paint (Canvas C, float MouseX, float MouseY))
|
 | | ResolutionChanged (float W, float H))
|
 | | Select (UWindowMenuBarItem I))
|
Inherited Functions from UWindow.UWindowDialogControl |
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
var bool bAltDown;
var int Spacing;
function Close ( optional bool bByParent) )
function CloseUp ( ) )
function Created ( ) )
function DrawItem (
Canvas C,
UWindowList Item,
float X,
float Y,
float W,
float H) )
function DrawMenuBar (
Canvas C) )
function bool HotKeyDown ( int Key, float X, float Y) )
function bool HotKeyUp ( int Key, float X, float Y) )
function KeyDown ( int Key, float X, float Y) )
function LMouseDown ( float X, float Y) )
function MenuCmd (
int Menu,
int Item) )
function MouseLeave ( ) )
function MouseMove ( float X, float Y) )
function Paint (
Canvas C,
float MouseX,
float MouseY) )
function ResolutionChanged ( float W, float H) )
Creation time: Mon 8/11/2021 16:31:18.515 - Created with
UnCodeX