Hello:

How could I use wxAuiNotebook:Split() to get four tabs one in each corner.

With the following code I cant get exactly that

splits = {false,wx.wxRIGHT,wx.wxBOTTOM,wx.wxRIGHT}
Log = {}
for i=1,4 do
     Log[i] = CreateLog()
     notebookLogs:AddPage(Log[i], "Log"..i)
     if splits[i] then
        notebookLogs:Split(notebookLogs:GetPageIndex(Log[i]),splits[i])
     end
end

Best Regards
victor bombi

------------------------------------------------------------------------------
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=60135031&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