Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserIRCSystemMenu

Extends
UWindowRightClickMenu

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowPulldownMenu
               |   
               +-- UWindow.UWindowRightClickMenu
                  |   
                  +-- UBrowser.UBrowserIRCSystemMenu

Variables Summary
UWindowPulldownMenuItemConnect
stringConnectText
UWindowPulldownMenuItemDisconnect
stringDisconnectText
UWindowPulldownMenuItemJoin
stringJoinText
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder

Functions Summary
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function ShowWindow ()))
Inherited Functions from UWindow.UWindowRightClickMenu
CloseUp, Created, RMouseDown, RMouseUp
Inherited Functions from UWindow.UWindowPulldownMenu
AddMenuItem, BeforeExecuteItem, BeforePaint, Clear, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MenuCmd, MouseMove, Paint, PerformSelect, Select, SetSelected, ShowWindow


Variables Detail

Connect Source code

var UWindowPulldownMenuItem Connect;

ConnectText Source code

var localized string ConnectText;

Disconnect Source code

var UWindowPulldownMenuItem Disconnect;

DisconnectText Source code

var localized string DisconnectText;

Join Source code

var UWindowPulldownMenuItem Join;

JoinText Source code

var localized string JoinText;


Functions Detail

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
     ConnectText="&Connect"
     DisconnectText="&Disconnect"
     JoinText="&Join"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:13.088 - Created with UnCodeX