Added wx.FIXED_SIZE.
Added some new methods to wx.Window Added a Destroy method to wx.TaskbarIcon to help avoid double deletes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,14 @@ class wxTaskBarIcon : public wxEvtHandler
|
||||
public:
|
||||
wxTaskBarIcon();
|
||||
~wxTaskBarIcon();
|
||||
|
||||
|
||||
%extend {
|
||||
void Destroy() {
|
||||
#ifndef __WXMAC__
|
||||
self->RemoveIcon();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef __WXMAC__
|
||||
bool IsOk() const;
|
||||
|
Reference in New Issue
Block a user