projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes for missing or broken interface items for Phoenix
[wxWidgets.git]
/
interface
/
wx
/
sizer.h
diff --git
a/interface/wx/sizer.h
b/interface/wx/sizer.h
index d9239628606bf3124115356a2d0078c105993645..055429d5965b5033e4036eaea16ff3752d814d99 100644
(file)
--- a/
interface/wx/sizer.h
+++ b/
interface/wx/sizer.h
@@
-1225,6
+1225,8
@@
public:
*/
void SetSpacer(const wxSize& size);
+ void SetUserData(wxObject* userData);
+
/**
Set the window to be tracked by this item.
@deprecated @todo provide deprecation description