git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34694
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<sources>notebook.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
- <win32-res>notebook.rc</win32-res>
</exe>
</makefile>
#include "wx/artprov.h"
#include "notebook.h"
+#if !defined(__WXMSW__) && !defined(__WXPM__)
+ #include "../sample.xpm"
+#endif
+
IMPLEMENT_APP(MyApp)
bool MyApp::OnInit()
m_chkShowImages = true;
m_multi = false;
- // menu of the sample
+ SetIcon(wxICON(sample));
+ // menu of the sample
wxMenu *menuType = new wxMenu;
#if wxUSE_NOTEBOOK
menuType->AppendRadioItem(ID_BOOK_NOTEBOOK, wxT("&Notebook\tCtrl-1"));
# End Source File
# Begin Source File
-SOURCE=.\notebook.rc
+SOURCE=.\..\..\samples\sample.rc
# End Source File
# End Group
# End Target
+++ /dev/null
-mondrian_icon ICON "mondrian.ico"
-#include "wx/msw/wx.rc"
-