From 7e1ba8b155c6f94d69fdaca764d53c6f801a326b Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 14 Jul 2010 10:49:36 +0200 Subject: Implemented wxSystemSettings class. It was missing as Doug Edmunds pointed out. --- lib/wx/api_gen/wxapi.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/wx/api_gen') 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()"}, -- cgit v1.2.3