From: John L. <jla...@gm...> - 2013-10-22 02:28:37
|
On Mon, Oct 21, 2013 at 2:01 PM, Victor Bombi <so...@te...> wrote: > Hello: > > How could I use wxAuiNotebook:Split() to get four tabs one in each corner. > > I think you may need to insert a page into the beginning to get that last split. Add three pages, split into three parts. That part is straightforward, but to get that last split you probably need to insert a page before/after the single half-page then split that to get four quarter-pages. Regards, John |