aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wxapi.conf
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-07-14 10:49:36 +0200
committerDan Gudmundsson <[email protected]>2010-07-14 10:49:36 +0200
commit7e1ba8b155c6f94d69fdaca764d53c6f801a326b (patch)
treef5a69e265aaf5b08824df8b82414c3bf9495adfe /lib/wx/api_gen/wxapi.conf
parentc4b4edaaf03ac12e12080cb4a3768edbb6ecf77d (diff)
downloadotp-7e1ba8b155c6f94d69fdaca764d53c6f801a326b.tar.gz
otp-7e1ba8b155c6f94d69fdaca764d53c6f801a326b.tar.bz2
otp-7e1ba8b155c6f94d69fdaca764d53c6f801a326b.zip
Implemented wxSystemSettings class.
It was missing as Doug Edmunds pointed out.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r--lib/wx/api_gen/wxapi.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf
index c91a9d7fff..aeb03097c0 100644
--- a/lib/wx/api_gen/wxapi.conf
+++ b/lib/wx/api_gen/wxapi.conf
@@ -1740,6 +1740,11 @@
%% 'GetItemRect', 'SetItemRect', 'GetToolId', 'SetToolId'
%% ]}.
+{class, wxSystemSettings, object, [],
+ [
+ 'GetColour','GetFont','GetMetric','GetScreenType'
+ ]}.
+
{class, wxAuiNotebookEvent, wxNotifyEvent,
[{acc, [{old_selection, "GetOldSelection()"},
{selection, "GetSelection()"},