diff options
author | Dan Gudmundsson <[email protected]> | 2010-07-14 10:49:36 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2010-07-14 10:49:36 +0200 |
commit | 7e1ba8b155c6f94d69fdaca764d53c6f801a326b (patch) | |
tree | f5a69e265aaf5b08824df8b82414c3bf9495adfe /lib/wx/api_gen | |
parent | c4b4edaaf03ac12e12080cb4a3768edbb6ecf77d (diff) | |
download | otp-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')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 5 |
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()"}, |