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

UBrowser.UBrowserIRCChannelMenu

Extends
UWindowRightClickMenu

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

Variables Summary
UWindowPulldownMenuItemJoin
stringJoinText
UWindowPulldownMenuItemPart
stringPartText
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

Join Source code

var UWindowPulldownMenuItem Join;

JoinText Source code

var localized string JoinText;

Part Source code

var UWindowPulldownMenuItem Part;

PartText Source code

var localized string PartText;


Functions Detail

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
     PartText="&Leave"
     JoinText="&Join"
}

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