diff options
author | Dan Gudmundsson <[email protected]> | 2014-03-25 10:53:58 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-03-25 13:00:34 +0100 |
commit | 4486d61b3ea94875564337580cff66c0b7a79c5f (patch) | |
tree | 3a95067eb5d39de4adebe7eb0e372d00ba399e72 /lib/wx/api_gen/wxapi.conf | |
parent | c990322544269e7fc333506c71c8a39aec08c403 (diff) | |
download | otp-4486d61b3ea94875564337580cff66c0b7a79c5f.tar.gz otp-4486d61b3ea94875564337580cff66c0b7a79c5f.tar.bz2 otp-4486d61b3ea94875564337580cff66c0b7a79c5f.zip |
wx: Added misc functions
Nice to have functionality
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 73c5af43d8..ed4a61e681 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -1577,9 +1577,14 @@ 'wxShutdown', {'wxShell', 1}, 'wxLaunchDefaultBrowser', {'wxGetEmailAddress',0}, {'wxGetUserId',0}, {'wxGetHomeDir',0}, 'wxNewId', 'wxRegisterId', 'wxGetCurrentId', - 'wxGetOsDescription', 'wxIsPlatformLittleEndian', 'wxIsPlatform64Bit' + 'wxGetOsDescription', 'wxIsPlatformLittleEndian', 'wxIsPlatform64Bit' ]}. +{class, gdicmn, static, [], + [ {'wxDisplaySize', [{"width", [out]}, {"height", [out]}]}, 'wxSetCursor' + ]}. + + {class, wxPrintout, object, [{alias, [{wxePrintout, wxePrintout}]}], [{'wxPrintout', [{where, taylormade}]},'~wxPrintout', 'GetDC', %% 'GetPageInfo',Callback |