git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31829
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxNB_RIGHT,
wxNB_BOTTOM,
wxNB_MULTILINE,
wxNB_RIGHT,
wxNB_BOTTOM,
wxNB_MULTILINE,
// hittest flags
wxNB_HITTEST_NOWHERE = 1, // not on tab
// hittest flags
wxNB_HITTEST_NOWHERE = 1, // not on tab
// implement some base class functions
virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
// implement some base class functions
virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
+ // On platforms that support it, get the theme page background colour,
+ // else invalid colour
+ wxColour GetThemeBackgroundColour() const;
+
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
};
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
};