X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87cf52d8ac2102b784679e68e764940e84f3b63d..6b5d2431fc188c03bd43ef69b5ad3197646c9289:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 653a186aaa..02ad3f6f5e 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -132,7 +132,7 @@ public: void SetControlMargin(int margin) { m_controlMargin = margin; } int GetControlMargin() const { return m_controlMargin; } - // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style + // returns true if we have wxBK_TOP or wxBK_BOTTOM style bool IsVertical() const { return HasFlag(wxBK_BOTTOM | wxBK_TOP); } // set/get option to shrink to fit current page