X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ba06d5a8ccf8c224fcfbd52fa01a55abf7befbd..4219b5e7c7886ae5985b47f622253ea7f5934151:/contrib/samples/ogl/studio/cspalette.h?ds=inline diff --git a/contrib/samples/ogl/studio/cspalette.h b/contrib/samples/ogl/studio/cspalette.h index 8583f85d5a..3da2e41f25 100644 --- a/contrib/samples/ogl/studio/cspalette.h +++ b/contrib/samples/ogl/studio/cspalette.h @@ -12,25 +12,15 @@ #ifndef _STUDIO_CSPALETTE_H_ #define _STUDIO_CSPALETTE_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -// #pragma interface -#endif - #include #include -#include +#include // base header of OGL, includes and adjusts wx/deprecated/setup.h /* * Object editor tool palette * */ -// TODO for wxWin: wxToolBar95 cannot be moved to a non-0,0 position! -// Needs to have a parent window... -// So use a simple toolbar at present. -// ABX: Simple toolbar is not available in default compilation and is deprecated -// so I use wxToolBar anyway -// #define TOOLPALETTECLASS wxToolBarSimple #define TOOLPALETTECLASS wxToolBar class csEditorToolPalette: public TOOLPALETTECLASS