wx.SampleListbook.ListbookApp Class Reference

List of all members.

Public Member Functions

override bool OnInit ()


Detailed Description

Definition at line 169 of file Listbook.cs.


Member Function Documentation

override bool wx.SampleListbook.ListbookApp.OnInit (  ) 

Definition at line 173 of file Listbook.cs.

00174                 {
00175                         ListbookFrame frame = new ListbookFrame("Listbook wxWidgets Sample", new Point(10, 100), new Size(650,340));
00176                         frame.Show(true);
00177 
00178                         return true;
00179                 }


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