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

UBrowser.UBrowserRightClickMenu

Extends
UWindowPulldownMenu

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

Variables Summary
UWindowPulldownMenuItemFavorites
stringFavoritesName
UBrowserServerGridGrid
UWindowPulldownMenuItemInfo
stringInfoName
UBrowserServerListList
UWindowPulldownMenuItemRefresh
stringRefreshName
stringRemoveFavoritesName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

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


Variables Detail

Favorites Source code

var UWindowPulldownMenuItem Favorites;

FavoritesName Source code

var localized string FavoritesName;

Grid Source code

var UBrowserServerGrid Grid;

Info Source code

var UWindowPulldownMenuItem Info;

InfoName Source code

var localized string InfoName;

List Source code

var UBrowserServerList List;

Refresh Source code

var UWindowPulldownMenuItem Refresh;

RefreshName Source code

var localized string RefreshName;

RemoveFavoritesName Source code

var localized string RemoveFavoritesName;


Functions Detail

CloseUp Source code

function CloseUp ( )

Created Source code

function Created ( )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I )

RMouseDown Source code

function RMouseDown ( float X, float Y )

RMouseUp Source code

function RMouseUp ( float X, float Y )

ShowWindow Source code

function ShowWindow ( )


Defaultproperties

defaultproperties
{
     RefreshName="&Refresh Servers"
     InfoName="&Info"
     FavoritesName="Add to &Favorites"
     RemoveFavoritesName="Remove from &Favorites"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:33.671 - Created with UnCodeX