-long wxListbook::GetListCtrlIconViewFlags() const
-{
- return (IsVertical() ? wxLC_ALIGN_LEFT : wxLC_ALIGN_TOP) | wxLC_ICON;
-}
-
-#ifdef CAN_USE_REPORT_VIEW
-
-long wxListbook::GetListCtrlReportViewFlags() const
-{
- return wxLC_REPORT | wxLC_NO_HEADER;
-}
-
-#endif // CAN_USE_REPORT_VIEW
-
-// ----------------------------------------------------------------------------
-// wxListbook geometry management
-// ----------------------------------------------------------------------------
-
-wxSize wxListbook::GetControllerSize() const