Public Member Functions | |
| TopHtmlWindow (LauncherFrame parent) | |
Definition at line 73 of file Launcher.cs.
| 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 }
(c) 2003-2010 the wx.NET project