Author Topic: [wxSmith] wxNotebookPage  (Read 7219 times)

xxbartosxx

  • Guest
[wxSmith] wxNotebookPage
« on: June 13, 2007, 08:47:29 pm »
HI,

there should be menu item in the wxSmith menu so you can design a wxNotebookPage, like you can design a wxPanel, wxDialog and wxFrame.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: [wxSmith] wxNotebookPage
« Reply #1 on: June 13, 2007, 10:41:31 pm »
HI,

there should be menu item in the wxSmith menu so you can design a wxNotebookPage, like you can design a wxPanel, wxDialog and wxFrame.

You can always edit wxPanel and add it into wxNotebook as it's page through wxNotebook::AddPage(). wxNotebookPage isn't actually real class, it's just name used inside XRC files.

Regards
   BYO