Re: wxEuphoria & TabControl
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 12, 2005
- 584 views
Andy wrote: > > Does euphoria have tabcontrol and tavitem support, something like wxTabControl > > and wxTabItem or something similar along those lines Yes. It's called wxNotebook. Take a look at "toolbar_notebook_grid.exw" in the demos directory for an example of using one. Matt Lewis