X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3276179da6b3b1e5a21238567da7e59a480c315b..f5a9eef7c76b6f13c09c3cafb30a91cf12c00b29:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index ec2065c5e3..bb36c49302 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -32,7 +32,8 @@ enum wxNB_HITTEST_NOWHERE = 1, // not on tab wxNB_HITTEST_ONICON = 2, // on icon wxNB_HITTEST_ONLABEL = 4, // on label - wxNB_HITTEST_ONITEM = wxNB_HITTEST_ONICON | wxNB_HITTEST_ONLABEL + wxNB_HITTEST_ONITEM = wxNB_HITTEST_ONICON | wxNB_HITTEST_ONLABEL, + wxNB_HITTEST_ONPAGE = 8 // not on tab control, but over the selected page }; typedef wxWindow wxNotebookPage; // so far, any window can be a page