]> git.saurik.com Git - wxWidgets.git/commit
Added USE_ALTERNATE_UI symbol to helpview.cpp.
authorJulian Smart <julian@anthemion.co.uk>
Sun, 7 Jul 2002 21:48:30 +0000 (21:48 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 7 Jul 2002 21:48:30 +0000 (21:48 +0000)
commit7414c52cd0f25ebd2ac4951966b5d0bb8bbbfca0
tree0ebe0fad536a4678630a7fde425497b581c9f637
parent92aff599b55a88a7ef0c648567f59c0846d4a91c
Added USE_ALTERNATE_UI symbol to helpview.cpp.

Set to 1 to:

- provide different icons.
- add an open file icon for the toolbar.
- use a flat toolbar style.
- show a file selector if no file was given on the command line.
- remove 'Help:' from the title bar.

Set to 0 to revert to previous behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
samples/html/helpview/bitmaps/helpback.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpbook.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpdown.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpforward.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpicon.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpopen.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpoptions.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helppage.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpsidepanel.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpup.xpm [new file with mode: 0644]
samples/html/helpview/bitmaps/helpuplevel.xpm [new file with mode: 0644]
samples/html/helpview/helpview.cpp
samples/html/helpview/helpview.ico [new file with mode: 0644]
samples/html/helpview/helpview.rc