removed SetVirtualSizeHints() and related code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -604,7 +604,10 @@ public:
|
||||
wxSize Fit( wxWindow *window );
|
||||
void FitInside( wxWindow *window );
|
||||
void SetSizeHints( wxWindow *window );
|
||||
void SetVirtualSizeHints( wxWindow *window );
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
// This only calls FitInside() since 2.9
|
||||
wxDEPRECATED( void SetVirtualSizeHints( wxWindow *window ) );
|
||||
#endif
|
||||
|
||||
wxSizerItemList& GetChildren()
|
||||
{ return m_children; }
|
||||
|
Reference in New Issue
Block a user