Did somework on the generic dialogs,

Renamed wxBox -> wxBoxSizer
  Removed old dialog layout code,


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-11 11:53:40 +00:00
parent 9635832dbd
commit 92afa2b150
42 changed files with 267 additions and 2835 deletions

View File

@@ -28,7 +28,7 @@
class wxSizerItem;
class wxSizer;
class wxBox;
class wxBoxSizer;
//---------------------------------------------------------------------------
// wxSizerItem
@@ -115,13 +115,13 @@ protected:
};
//---------------------------------------------------------------------------
// wxBox
// wxBoxSizer
//---------------------------------------------------------------------------
class WXDLLEXPORT wxBox: public wxSizer
class WXDLLEXPORT wxBoxSizer: public wxSizer
{
public:
wxBox( int orient );
wxBoxSizer( int orient );
void RecalcSizes();
wxSize CalcMin();