Public Member Functions | |
| override bool | OnInit () |
Definition at line 169 of file Listbook.cs.
| 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 }
(c) 2003-2010 the wx.NET project