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:
@@ -609,8 +609,9 @@ enum wxStretch
|
||||
wxGROW,
|
||||
wxEXPAND,
|
||||
wxSHAPED,
|
||||
wxADJUST_MINSIZE,
|
||||
wxFIXED_SIZE,
|
||||
wxTILE,
|
||||
wxADJUST_MINSIZE,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user