}
return *g_systemBtnFaceColour;
}
+ case wxSYS_COLOUR_GRAYTEXT:
case wxSYS_COLOUR_BTNSHADOW:
{
GtkStyle *style = gtk_widget_get_default_style();
}
return *g_systemBtnShadowColour;
}
- case wxSYS_COLOUR_GRAYTEXT:
case wxSYS_COLOUR_BTNHIGHLIGHT:
{
GtkStyle *style = gtk_widget_get_default_style();
case wxSYS_VSCROLL_X: return 15;
}
- wxCHECK_MSG( index, 0, "wxSystemSettings::GetSystemMetric not fully implemented" );
+ wxCHECK_MSG( index, 0, _T("wxSystemSettings::GetSystemMetric not fully implemented") );
return 0;
}