diff options
author | Dan Gudmundsson <[email protected]> | 2010-08-18 10:23:56 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2010-08-18 10:23:56 +0200 |
commit | 4961daa3b35822ae4221209f72767aabad113368 (patch) | |
tree | 4d48f34f8a23f671937041895cfd55cc9e68be4b /lib/wx/api_gen | |
parent | 871fdb232d7facc58c202ef81634a12fbdcfefb4 (diff) | |
parent | 7e1ba8b155c6f94d69fdaca764d53c6f801a326b (diff) | |
download | otp-4961daa3b35822ae4221209f72767aabad113368.tar.gz otp-4961daa3b35822ae4221209f72767aabad113368.tar.bz2 otp-4961daa3b35822ae4221209f72767aabad113368.zip |
Merge branch 'dgud/wx/system_settings' into dev
* dgud/wx/system_settings:
Implemented wxSystemSettings class.
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()"}, |