wxaui notebook tabs can scroll; notebook themability improved

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-10-30 16:34:05 +00:00
parent 0f11c23345
commit 4953f8cf3b
6 changed files with 384 additions and 81 deletions

View File

@@ -589,13 +589,13 @@ void wxDefaultDockArt::DrawPaneButton(wxDC& dc, wxWindow *WXUNUSED(window),
switch (button)
{
default:
case wxPaneInfo::buttonClose:
case wxAUI_BUTTON_CLOSE:
if (pane.state & wxPaneInfo::optionActive)
bmp = m_active_close_bitmap;
else
bmp = m_inactive_close_bitmap;
break;
case wxPaneInfo::buttonPin:
case wxAUI_BUTTON_PIN:
if (pane.state & wxPaneInfo::optionActive)
bmp = m_active_pin_bitmap;
else