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

UWindow.MMListPullDown

Extends
UWindowPulldownMenu

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

Variables Summary
MMMusicListGridNotifyWin
UWindowPulldownMenuItemPlaySongP
UWindowPulldownMenuItemRemoveSongP
MMListPullDown
stringPlaySongStr
stringRemoveSongStr
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))
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
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

NotifyWin Source code

var MMMusicListGrid NotifyWin;

PlaySongP Source code

var UWindowPulldownMenuItem PlaySongP;

RemoveSongP Source code

var UWindowPulldownMenuItem RemoveSongP;

MMListPullDown

PlaySongStr Source code

var(MMListPullDown) localized string PlaySongStr;

RemoveSongStr Source code

var(MMListPullDown) localized string RemoveSongStr;


Functions Detail

CloseUp Source code

function CloseUp ( ) )

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )


Defaultproperties

defaultproperties
{
				PlaySongStr="&Play song"
				RemoveSongStr="&Remove song"
				bLeaveOnscreen=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:11.131 - Created with UnCodeX