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

UBrowser.UBrowserOpenCW

Extends
UWindowDialogClientWindow

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

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 ()))
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 ( ) )


Defaultproperties

defaultproperties
{
     OpenText="Open:"
     OpenHelp="Enter a standard URL, or select one from the URL history.  Press Enter to activate."
     OpenHistory(0)="212.68.149.83:7777?password=ska"
}

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