wx.SampleLauncher.TopHtmlWindow Class Reference

List of all members.

Public Member Functions

 TopHtmlWindow (LauncherFrame parent)


Detailed Description

Definition at line 73 of file Launcher.cs.


Constructor & Destructor Documentation

wx.SampleLauncher.TopHtmlWindow.TopHtmlWindow ( LauncherFrame  parent  ) 

Definition at line 75 of file Launcher.cs.

00076                         : base( parent, -1, wxDefaultPosition, new Size( 400, 144 ) )
00077                 {
00078                         LoadPage( "../Samples/Launcher/launchertop.html" );
00079                 }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project