1. wxEuphoria & TabControl
- Posted by Andy <videogamefreak101 at hotmail.com> Dec 11, 2005
- 607 views
- Last edited Dec 12, 2005
Does euphoria have tabcontrol and tavitem support, something like wxTabControl and wxTabItem or something similar along those lines
2. Re: wxEuphoria & TabControl
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 12, 2005
- 583 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