Fix missing or broken interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-02 20:22:29 +00:00
parent c276efd946
commit 7106fc4674
5 changed files with 66 additions and 4 deletions

View File

@@ -51,6 +51,9 @@ public:
*/
virtual bool InformFirstDirection(int direction, int size,
int availableOtherDir);
virtual void RecalcSizes();
virtual wxSize CalcMin();
protected:
/**