Removed child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h;

config.h now includes appropriate files


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-08-22 16:41:51 +00:00
parent 42cfaf8cd4
commit 26ac5fadea
5 changed files with 262 additions and 242 deletions

View File

@@ -30,6 +30,9 @@ class WXDLLEXPORT wxAcceleratorTable;
// Hold Shift key down
#define wxACCEL_SHIFT 0x04
// Hold no key down
#define wxACCEL_NONE 0x00
class WXDLLEXPORT wxAcceleratorEntry
{
public: