More common code moved from generic dialogs to wxDialogBase::CreateButtonSizer(). New system option 'wince.dialog.real-ok-cancel'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-01-15 10:06:15 +00:00
parent f3078f075b
commit 897b24cf5c
10 changed files with 184 additions and 125 deletions

View File

@@ -1381,7 +1381,11 @@ SettingsDialog::SettingsDialog(wxWindow* win)
|wxRESIZE_BORDER
#endif
);
CreateButtons(wxOK|wxCANCEL|wxHELP);
CreateButtons(wxOK|wxCANCEL
#ifndef __POCKETPC__
|wxHELP
#endif
);
wxBookCtrlBase* notebook = GetBookCtrl();