title += _T("wxMAC");
#elif defined(__WXMOTIF__)
title += _T("wxMOTIF");
+#elif __WXPALMOS5__
+ title += _T("wxPALMOS5");
+#elif __WXPALMOS6__
+ title += _T("wxPALMOS6");
#else
title += _T("wxWidgets");
#endif
m_panel->SetSizer(sizerTop);
- sizerTop->Fit(this);
sizerTop->SetSizeHints(this);
#if USE_LOG && !defined(__WXCOCOA__)
WidgetsPage::WidgetsPage(WidgetsBookCtrl *book,
wxImageList *imaglist,
- char* icon[])
+ const char *const icon[])
: wxPanel(book, wxID_ANY,
wxDefaultPosition, wxDefaultSize,
wxNO_FULL_REPAINT_ON_RESIZE |