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

UBrowser.UBrowserOpenBar

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UBrowser.UBrowserOpenBar

Variables Summary
UWindowComboControlOpenCombo
stringOpenHelp
stringOpenHistory[10]
stringOpenText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y)
function Created ()
function Notify (UWindowDialogControl C, byte E)
function OpenURL ()
function Paint (Canvas C, float X, float Y)
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

OpenCombo Source code

var UWindowComboControl OpenCombo;

OpenHelp Source code

var localized string OpenHelp;

OpenHistory[10] Source code

var config string OpenHistory[10];

OpenText Source code

var localized string OpenText;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y )

Created Source code

function Created ( )

Notify Source code

function Notify ( UWindowDialogControl C, byte E )

OpenURL Source code

function OpenURL ( )

Paint Source code

function Paint ( Canvas C, float X, float Y )


Defaultproperties

defaultproperties
{
     OpenText="Open:"
     OpenHelp="Enter a standard URL, or select one from the URL history.  Press Enter to activate."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:22.250 - Created with UnCodeX