projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
restored int (instea of size_t) in Remove() and Detach(); TRUE/FALSE -> true/false
[wxWidgets.git]
/
include
/
wx
/
gtk
/
button.h
diff --git
a/include/wx/gtk/button.h
b/include/wx/gtk/button.h
index 0fb15ad03167f2dc78912e4bdc4324e51bd47138..5b895a059ef59d2615a83ab368e618507095127b 100644
(file)
--- a/
include/wx/gtk/button.h
+++ b/
include/wx/gtk/button.h
@@
-10,7
+10,7
@@
#ifndef __GTKBUTTONH__
#define __GTKBUTTONH__
#ifndef __GTKBUTTONH__
#define __GTKBUTTONH__
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
#pragma interface
#endif
@@
-65,6
+65,7
@@
public:
// --------------
void ApplyWidgetStyle();
// --------------
void ApplyWidgetStyle();
+ bool IsOwnGtkWindow( GdkWindow *window );
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;