#pragma hdrstop
#endif
+
#include "wx/gdicmn.h"
#include "wx/brush.h"
#include "wx/pen.h"
#include "wx/font.h"
#include "wx/palette.h"
+#include "wx/log.h"
#include <string.h>
#ifdef __WXMSW__
else return NULL;
#endif
+// TODO for other implementations. This should really go into
+// platform-specific directories.
+#ifdef __WXSTUBS__
+ else return NULL;
+#endif
+
#ifdef __WXGTK__
else {
wxColour *col = new wxColour( colour );
void
wxDeleteStockObjects ()
{
-
wxDELETE(wxNORMAL_FONT);
wxDELETE(wxSMALL_FONT);
wxDELETE(wxITALIC_FONT);
wxBitmapList::~wxBitmapList ()
{
+ wxLogDebug("~wxBitmapList: count = %d", Number());
+
wxNode *node = First ();
while (node)
{