Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Patches to compile and link C::B against wxWidgets 2.8.0

<< < (16/25) > >>

sethjackson:

--- Quote from: Game_Ender on December 20, 2006, 03:46:38 pm ---The quickest way to see it is to download wxPython 2.8 and its demos.  There is a new wxAUI class called wxAUINotebook (wxWidgets needs to learn namespaces).  Basically every frame becomes a notebook and you can move them between panes, or "tear" one out and create its own pane.  The only thing they don't do currently is become floating windows.  That for later releases.

--- End quote ---

Yeah I use wxAuiNotebook, but I'm not sure how to make the tabs undock.... Or can they?

Game_Ender:
Just click and drag and you be able to place it some where else.  There is no way to make them float.

David Perfors:

--- Quote from: sethjackson on December 20, 2006, 02:33:24 pm ---Tearable tabs? How?

--- End quote ---
You can drag tabs from one window to another, as long as you tell wxAUI where it could be placed...

sethjackson:

--- Quote from: Game_Ender on December 20, 2006, 07:58:41 pm ---Just click and drag and you be able to place it some where else.  There is no way to make them float.

--- End quote ---

Oh ok. Yeah mine do that. I thought you meant you could make the tabs float.... :)

takeshimiya:

--- Quote from: sethjackson on December 20, 2006, 09:53:32 pm ---
--- Quote from: Game_Ender on December 20, 2006, 07:58:41 pm ---Just click and drag and you be able to place it some where else.  There is no way to make them float.

--- End quote ---

Oh ok. Yeah mine do that. I thought you meant you could make the tabs float.... :)

--- End quote ---
On the other hand, for floating tabs: http://www.eistware.com/aui_dock/wxFlatNotebookTest.zip
[x] Edit->Enable Drag And Drop of Tabs
[x] Edit->Enable Drag And Drop of Tabs to foreign notebooks

so guess that'll made its way to wxAuiNotebook.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version