Removed compile bugs in regconf.cpp, added new toolbar event processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "wx/app.h"
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
// Styles
|
||||
#ifndef TBSTYLE_FLAT
|
||||
#define TBSTYLE_LIST 0x1000
|
||||
#define TBSTYLE_FLAT 0x0800
|
||||
@@ -52,6 +53,17 @@
|
||||
#endif
|
||||
// use TBSTYLE_TRANSPARENT if you use TBSTYLE_FLAT
|
||||
|
||||
// Messages
|
||||
#ifndef TB_GETSTYLE
|
||||
#define TB_GETSTYLE (WM_USER + 57)
|
||||
#define TB_SETSTYLE (WM_USER + 56)
|
||||
#endif
|
||||
|
||||
/* Hint from a newsgroup for custom flatbar drawing:
|
||||
Set the TBSTYLE_CUSTOMERASE style, then handle the
|
||||
NM_CUSTOMDRAW message and do your custom drawing.
|
||||
*/
|
||||
|
||||
#if !USE_SHARED_LIBRARY
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxToolBar95, wxToolBarBase)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user