Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxSmithAui plugin: wxAui support for wxSmith

<< < (7/12) > >>

Ganbito:
It is possible that wxAuiToolBar was not implemented until wxWidgets 2.8.9. I'm running 2.8.9 and 2.9svn so I didn't care previous version. I should treat this as a bug to solve.

It seems that when you try to unmake the changes, you went so far. That wxAuiToolBar has to be an wxsAuiToolBar, wich is the one who has the member named m_GripperSize.

PsYhLo:
but now i'm with 2.8.9.2 from wxwidget repo

Ganbito:
Please re-read my last post:

--- Quote from: Ganbito on March 05, 2009, 07:13:25 pm ---It seems that when you try to unmake the changes, you went so far. That wxAuiToolBar has to be an wxsAuiToolBar, wich is the one who has the member named m_GripperSize.

--- End quote ---

Change in line 566 wxAuiToolBar to wxsAuiToolBar.

Jenna:
I just tested it the first time (works out of the box).

Great work !!

You are right wxAuToolbar exists since wx2.8.9 .

To get rid of the (xpm-)warnings you only have to change "static char*" to "static const char*" inside the xpm-files.

Ganbito:

--- Quote from: jens on March 05, 2009, 11:27:43 pm ---To get rid of the (xpm-)warnings you only have to change "static char*" to "static const char*" inside the xpm-files.

--- End quote ---

Thanks. I will try it, and then configuring the Gimp to export them in that way if it is possible.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version