A bunch of little tweaks, fixes, and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -312,6 +312,7 @@ long wxNewId();
|
||||
void wxRegisterId(long id);
|
||||
%name(NewId) long wxNewId();
|
||||
%name(RegisterId) void wxRegisterId(long id);
|
||||
long wxGetCurrentId();
|
||||
|
||||
void wxBell();
|
||||
void wxDisplaySize(int *OUTPUT, int *OUTPUT);
|
||||
@@ -332,6 +333,7 @@ wxString wxGetOsDescription();
|
||||
void wxSleep(int secs);
|
||||
void wxUsleep(unsigned long milliseconds);
|
||||
bool wxYield();
|
||||
bool wxYieldIfNeeded();
|
||||
void wxEnableTopLevelWindows(bool enable);
|
||||
|
||||
%inline %{
|
||||
|
Reference in New Issue
Block a user