remove wxSYS_DEFAULT_PALETTE: it's supported only by wxMSW and it never worked there...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 4 Mar 2009 15:19:58 +0000 (15:19 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 4 Mar 2009 15:19:58 +0000 (15:19 +0000)
commita4d291f0abad3eb90d500c5cc0665c6406e27306
tree192ff6bd4b37079f91327a6955d99497dd4c684d
parent076218c2a96adf50b50dfc7fe0144490696dd12f
remove wxSYS_DEFAULT_PALETTE: it's supported only by wxMSW and it never worked there: GetStockObject(DEFAULT_PALETTE) returns a palette and not a font; so the resulting wxFont is wrong.
Expand and correct documentation for various system constants.
Provide wxSYS_COLOUR_FRAMEBK as a synonym for wxSYS_COLOUR_BTNFACE as it is the colour which must be used to make wxFrame background coherent with the background of the controls they (eventually) contain.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/settings.h
interface/wx/settings.h
src/xrc/xmlres.cpp