Add missing and fix broken interface items for wxPython

This commit is contained in:
Robin Dunn
2019-05-23 21:26:14 -07:00
parent 08572d6077
commit c30eb8f2ff
7 changed files with 37 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ public:
virtual bool InformFirstDirection(int direction, int size,
int availableOtherDir);
virtual void RecalcSizes();
virtual void RepositionChildren(const wxSize& minSize);
virtual wxSize CalcMin();
protected: