Search found 3 matches

by Inestical
Mon Feb 19, 2007 8:13 pm
Forum: C++ Development
Topic: Four-split window
Replies: 6
Views: 2687

So, to put it short: No, there is no easier method (such as wx4SplitterWindow) and you might like to consider sizers and wxAUI (advanced user interface). I'll get on this as I get other stuff before this. Just curious. Anyways, I think I'll check out wxSizerPane and wxAUI as I get to set up edit win...
by Inestical
Sun Feb 18, 2007 9:47 pm
Forum: C++ Development
Topic: Four-split window
Replies: 6
Views: 2687

Four-split window

Hello, I would like to achieve 'perfect' 4-split window, do I have to use three wxSplitterWindow's and update one when second is updated? I'm asking; is there any 'easier' way to achieve this? edit: I've looked up some information (with no success) and it seems there isn't any other choice.. I haven...
by Inestical
Sun Feb 18, 2007 6:17 pm
Forum: wxCode
Topic: Toolbar problem
Replies: 1
Views: 1269

Toolbar problem

Gah.. not sure what I'm doing wrong.. using wxWidgets 2.8.0 stable version no matching function for call to `wxToolBar::AddTool(int, const char[1], wxBitmap*&, const char[1], wxItemKind)' ... wxBitmap* icoNew = new wxBitmap(new_xpm); icoNew->Create(16, 16, 32); wxToolBar* tbrEdit = CreateToolBar...