]>
git.saurik.com Git - wxWidgets.git/blob - src/qt/settings.cpp
1 /////////////////////////////////////////////////////////////////////////////
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "settings.h"
16 #include "wx/settings.h"
18 wxColour
wxSystemSettings::GetSystemColour(int index
)
24 wxFont
wxSystemSettings::GetSystemFont(int index
)
30 // Get a system metric, e.g. scrollbar size
31 int wxSystemSettings::GetSystemMetric(int index
)
35 case wxSYS_MOUSE_BUTTONS
:
68 case wxSYS_HSCROLL_ARROW_X
:
71 case wxSYS_HSCROLL_ARROW_Y
:
83 case wxSYS_ICONSPACING_X
:
86 case wxSYS_ICONSPACING_Y
:
89 case wxSYS_WINDOWMIN_X
:
92 case wxSYS_WINDOWMIN_Y
:
101 case wxSYS_FRAMESIZE_X
:
104 case wxSYS_FRAMESIZE_Y
:
107 case wxSYS_SMALLICON_X
:
110 case wxSYS_SMALLICON_Y
:
113 case wxSYS_HSCROLL_Y
:
116 case wxSYS_VSCROLL_X
:
119 case wxSYS_VSCROLL_ARROW_X
:
122 case wxSYS_VSCROLL_ARROW_Y
:
128 case wxSYS_CAPTION_Y
:
134 case wxSYS_NETWORK_PRESENT
:
137 case wxSYS_PENWINDOWS_PRESENT
:
140 case wxSYS_SHOW_SOUNDS
:
143 case wxSYS_SWAP_BUTTONS
: