Incomplete (PalmOS) setup compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -642,6 +642,8 @@ private:
|
||||
|
||||
#endif // wxUSE_STATBOX
|
||||
|
||||
#if wxUSE_BUTTON
|
||||
|
||||
class WXDLLEXPORT wxStdDialogButtonSizer: public wxBoxSizer
|
||||
{
|
||||
public:
|
||||
@@ -686,6 +688,8 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxStdDialogButtonSizer)
|
||||
};
|
||||
|
||||
#endif // wxUSE_STATBOX
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
// NB: wxBookCtrlSizer and wxNotebookSizer are deprecated, they
|
||||
// don't do anything. wxBookCtrlBase::DoGetBestSize does the job now.
|
||||
|
@@ -44,7 +44,9 @@ IMPLEMENT_CLASS(wxBoxSizer, wxSizer)
|
||||
#if wxUSE_STATBOX
|
||||
IMPLEMENT_CLASS(wxStaticBoxSizer, wxBoxSizer)
|
||||
#endif
|
||||
#if wxUSE_BUTTON
|
||||
IMPLEMENT_CLASS(wxStdDialogButtonSizer, wxBoxSizer)
|
||||
#endif
|
||||
|
||||
WX_DEFINE_EXPORTED_LIST( wxSizerItemList );
|
||||
|
||||
@@ -1641,6 +1643,8 @@ void wxStaticBoxSizer::ShowItems( bool show )
|
||||
|
||||
#endif // wxUSE_STATBOX
|
||||
|
||||
#if wxUSE_BUTTON
|
||||
|
||||
wxStdDialogButtonSizer::wxStdDialogButtonSizer()
|
||||
: wxBoxSizer(wxHORIZONTAL)
|
||||
{
|
||||
@@ -1792,6 +1796,8 @@ void wxStdDialogButtonSizer::Finalise()
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // wxUSE_BUTTON
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user