Public Member Functions | |
| override bool | OnInit () |
Definition at line 102 of file HtmlHelp.cs.
| override bool wx.SampleHtmlHelp.HtmlHelp.OnInit | ( | ) |
Definition at line 104 of file HtmlHelp.cs.
00105 { 00106 // This simply adds the zip file handler in case you want to load hyper text books. 00107 wx.FileSys.FileSystem.AddHandler(new wx.FileSys.ZipFSHandler()); 00108 MyFrame frame = new MyFrame( null, "HtmlHelpController sample", Window.wxDefaultPosition, Window.wxDefaultSize ); 00109 frame.Show( true ); 00110 00111 return true; 00112 }
(c) 2003-2010 the wx.NET project