]> git.saurik.com Git - wxWidgets.git/commit - utils/framelayout/src/Makefile.in
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
authorJ. Russell Smyth <drfish@cox.net>
Wed, 17 Mar 1999 11:07:19 +0000 (11:07 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Wed, 17 Mar 1999 11:07:19 +0000 (11:07 +0000)
commitaf11388a6210ffc2d588ea852cea103511c50f08
tree0dbf6570d0a8aa50449927eb1d56a0ecb2c51f06
parent29006414014249ec3eb86e9c13da7f06b2741e3a
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
2 - removed pf_sample from library - this was test code
3 - modified newbmpbutton to create all button images once at initial
creation
4 - newbmpbutton only refreses when necessary
5 - non-msw platforms may now disable (enable(FALSE)) a button - this will half-grey the image and draw text in disabled color.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
utils/framelayout/samples/demo/Makefile.in
utils/framelayout/samples/demo/fl_demo.cpp
utils/framelayout/samples/demo/settingsdlg.cpp [new file with mode: 0644]
utils/framelayout/samples/demo/settingsdlg.h [new file with mode: 0644]
utils/framelayout/samples/demo/wxinfo.cpp [new file with mode: 0644]
utils/framelayout/samples/demo/wxinfo.h [new file with mode: 0644]
utils/framelayout/src/Makefile.in
utils/framelayout/src/newbmpbtn.cpp
utils/framelayout/src/newbmpbtn.h
utils/framelayout/src/settingsdlg.cpp [deleted file]
utils/framelayout/src/settingsdlg.h [deleted file]
utils/framelayout/src/wxinfo.cpp [deleted file]
utils/framelayout/src/wxinfo.h [deleted file]