// per-user file, which can be edited using a Windows-control-panel clone.
// Also they should be documented better. Some are very MS Windows-ish.
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "settings.h"
#endif
{
switch ( index)
{
+ case wxSYS_HSCROLL_Y:
+ case wxSYS_VSCROLL_X:
+ return 15;
case wxSYS_MOUSE_BUTTONS:
// TODO
case wxSYS_BORDER_X:
// TODO
case wxSYS_SMALLICON_Y:
// TODO
- case wxSYS_HSCROLL_Y:
- // TODO
- case wxSYS_VSCROLL_X:
- // TODO
case wxSYS_VSCROLL_ARROW_X:
// TODO
case wxSYS_VSCROLL_ARROW_Y: