wxScrollBar drawing seems to work for wxGTK too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-09-01 19:27:58 +00:00
parent 5096d88d2f
commit 7ba00152a6
12 changed files with 354 additions and 73 deletions

View File

@@ -48,7 +48,8 @@
#include "wx/univ/theme.h"
//#define DEBUG_SCROLL
#define DEBUG_SCROLL
//#define DEBUG_LISTBOX
// ----------------------------------------------------------------------------
// resources
@@ -190,7 +191,9 @@ bool MyUnivApp::OnInit()
#ifdef DEBUG_SCROLL
wxLog::AddTraceMask(_T("scroll"));
#endif
#ifdef DEBUG_LISTBOX
wxLog::AddTraceMask(_T("listbox"));
#endif
return TRUE;
}