This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2435ceb2bb
wxWidgets
/
demos
/
poem
/
wxpoem.rc
5 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix reading poems from file in wxPoem demo When using ftell to get the position in the file, it should be opened in binary mode. Regenerate the poem index file with the correct start positions. Use the wxICON macro for creating the icon, so .ico is used on Windows.
2017-11-25 11:46:04 -05:00
wxpoem ICON "wxpoem.ico"
Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton now recognised by resource.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-12-12 13:50:16 -05:00
#include "wx/msw/wx.rc"
Reference in New Issue
Copy Permalink