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 f6d0a488574c68e874f08cf1537cb4ced81427dd..5b895a059ef59d2615a83ab368e618507095127b 100644
(file)
--- a/
include/wx/gtk/button.h
+++ b/
include/wx/gtk/button.h
@@
-65,6
+65,7
@@
public:
// --------------
void ApplyWidgetStyle();
+ bool IsOwnGtkWindow( GdkWindow *window );
protected:
virtual wxSize DoGetBestSize() const;