It probably was needed before, when the flags had different values for
different controls, but is simply unused now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72405
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxFAIL_MSG( wxT("unknown book control type") ); \
}
-int MyFrame::TranslateBookFlag(int nb, int lb, int chb, int tbk, int toolbk, int aui) const
-{
- int flag = 0;
-
- DISPATCH_ON_TYPE(flag =, nb, lb, chb, tbk, toolbk, aui, + 0);
-
- return flag;
-}
-
void MyFrame::RecreateBook()
{
int flags;
void RecreateBook();
wxPanel *CreateNewPage() const;
- int TranslateBookFlag(int nb, int lb, int chb, int tbk, int toolbkm, int aui) const;
void AddFlagStrIfFlagPresent(wxString & flagStr, long flags, long flag, const wxChar * flagName) const;
// Sample setup