projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Patch #952053, wxToggleButton gains WS_VISIBLE flag
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
bmpbuttn.h
diff --git
a/include/wx/gtk1/bmpbuttn.h
b/include/wx/gtk1/bmpbuttn.h
index 04532e2b2b2aace3ed9af8a6600e2e4d56cfef33..c71501e59a7c8e57e57f2f044336f6d716058541 100644
(file)
--- a/
include/wx/gtk1/bmpbuttn.h
+++ b/
include/wx/gtk1/bmpbuttn.h
@@
-11,7
+11,7
@@
#ifndef __BMPBUTTONH__
#define __BMPBUTTONH__
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
@@
-68,6
+68,7
@@
public:
protected:
virtual void OnSetBitmap();
+ virtual wxSize DoGetBestSize() const;
void Init();