1. Notebook Stuff

I need some help on the wxNotebook control. Like an example, thanks

new topic     » topic index » view message » categorize

2. Re: Notebook Stuff

Andy wrote:
> 
> I need some help on the wxNotebook control. Like an example, thanks

Did the demo provided in the demo folder not suffice? It's called
"toolbar_notebook_grid.exw"

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

3. Re: Notebook Stuff

Andy wrote:
> 
> I need some help on the wxNotebook control. Like an example, thanks


As CK mentioned, there's the demo: "toolbar_notebook_grid.exw".  You could
also look at wxEDB or wxIDE to see how I use the wxNotebook control there.
The basic process is that you create the wxNotebook, and then you create 
some wxPanels with the wxNotebook as parent.  These will be the pages, or
tab items for the wxNotebook.  You also need to create a wxNotebookSizer.
Then you use add_page() to add the pages to your wxNotebook.  Create whatever
controls you want for each tab as children of the appropriate wxPanel.

Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu