Sorry, I dont understand!! :-(
Could you please explain it with code?
With my last code I get:

1 2 4
3 3 4

instead of

1 2
3 4

I am trying to improve loadNotebook and saveNotebook (for saving notebook 
perspectives in Zerobrane studio) to save 2D layouts instead of of just 1D.
I looked at void wxAuiNotebook::Split in auibook.cpp but it uses classes I cant 
reach (as wxTabFrame) and function FindTab which depends on wxTabFrame also.

Thank you very much. 
victor
  ----- Original Message ----- 
  From: John Labenski 
  To: wxlua-users@lists.sourceforge.net 
  Sent: Tuesday, October 22, 2013 4:28 AM
  Subject: Re: [wxlua-users] four tabs one in each corner 
withwxAuiNotebook:Split()


  On Mon, Oct 21, 2013 at 2:01 PM, Victor Bombi <son...@telefonica.net> 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




------------------------------------------------------------------------------


  ------------------------------------------------------------------------------
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
  the latest Intel processors and coprocessors. See abstracts and register >
  http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk


------------------------------------------------------------------------------


  _______________________________________________
  wxlua-users mailing list
  wxlua-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wxlua-users
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to