projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSi...
[wxWidgets.git]
/
include
/
wx
/
msw
/
tbar95.h
diff --git
a/include/wx/msw/tbar95.h
b/include/wx/msw/tbar95.h
index 508dad108a9425e0f68ccf122ad75625377df3d1..daa168e3d63a4d0828abb4d64f0f34e7a9e612be 100644
(file)
--- a/
include/wx/msw/tbar95.h
+++ b/
include/wx/msw/tbar95.h
@@
-118,6
+118,9
@@
protected:
// unneeded
void CreateDisabledImageList();
// unneeded
void CreateDisabledImageList();
+ // get the Windows toolbar style of this control
+ long GetMSWToolbarStyle() const;
+
// the big bitmap containing all bitmaps of the toolbar buttons
WXHBITMAP m_hBitmap;
// the big bitmap containing all bitmaps of the toolbar buttons
WXHBITMAP m_hBitmap;