UWindow.UWindowPulldownMenu
- Extends
- UWindowListControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowPulldownMenu
Direct Known Subclasses:
UBrowserInfoMenu, UBrowserRightClickMenu, UMenuGameMenu, UMenuHelpMenu, UMenuModMenu, UMenuMultiplayerMenu, UMenuOptionsMenu, UMenuStatsMenu, UMenuToolsMenu, UWindowRightClickMenu
Inherited Variables from UWindow.UWindowDialogControl |
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary |
 | UWindowPulldownMenuItem | AddMenuItem (string C, Texture G)
|
 | | BeforeExecuteItem (UWindowPulldownMenuItem I)
|
 | | BeforePaint (Canvas C, float X, float Y)
|
 | | Clear ()
|
 | | CloseUp ()
|
 | | Created ()
|
 | | DeSelect ()
|
 | | DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H)
|
 | | DrawMenuBackground (Canvas C)
|
 | | ExecuteItem (UWindowPulldownMenuItem I)
|
 | | FocusOtherWindow (UWindowWindow W)
|
 | UWindowMenuBar | GetMenuBar ()
|
 | | KeyDown (int Key, float X, float Y)
|
 | | KeyUp (int Key, float X, float Y)
|
 | | LMouseDown (float X, float Y)
|
 | | LMouseUp (float X, float Y)
|
 | | MenuCmd (int Item)
|
 | | MouseMove (float X, float Y)
|
 | | Paint (Canvas C, float X, float Y)
|
 | | PerformSelect (UWindowPulldownMenuItem NewSelected)
|
 | | Select (UWindowPulldownMenuItem I)
|
 | | SetSelected (float X, float Y)
|
 | | ShowWindow ()
|
Inherited Functions from UWindow.UWindowDialogControl |
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
var int HBorder;
var int ItemHeight;
var int TextBorder;
var int VBorder;
function BeforePaint (
Canvas C,
float X,
float Y )
function Clear ( )
function CloseUp ( )
function Created ( )
function DeSelect ( )
function DrawMenuBackground (
Canvas C )
function KeyDown ( int Key, float X, float Y )
function KeyUp ( int Key, float X, float Y )
function LMouseDown ( float X, float Y )
function LMouseUp ( float X, float Y )
function MenuCmd ( int Item )
function MouseMove ( float X, float Y )
function Paint (
Canvas C,
float X,
float Y )
function SetSelected ( float X, float Y )
function ShowWindow ( )
defaultproperties
{
bAlwaysOnTop=True
}
|
Creation time: za 22-4-2006 13:29:24.546 - Created with
UnCodeX