X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f79c83f89a625c88fc95afd30a685c3124fe6c9..f6669958924c3c3833e2932b65598b06073d2e65:/include/wx/listbook.h diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 4e46af0847..8d7651b4ac 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -88,6 +88,9 @@ protected: wxBookCtrlEvent* CreatePageChangingEvent() const; void MakeChangedEvent(wxBookCtrlEvent &event); + // Get the correct wxListCtrl flags to use depending on our own flags. + long GetListCtrlFlags() const; + // event handlers void OnListSelected(wxListEvent& event); void OnSize(wxSizeEvent& event);