Bug fixes, new tests and demos, new generated source...
Added FileBrowseButton class to the library git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -191,6 +191,7 @@ void wxEnableTopLevelWindows(bool enable);
|
||||
}
|
||||
%}
|
||||
|
||||
wxString wxStripMenuCodes(const wxString& in);
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
@@ -198,7 +199,8 @@ class wxPyTimer {
|
||||
public:
|
||||
wxPyTimer(PyObject* notify);
|
||||
~wxPyTimer();
|
||||
int Interval();
|
||||
int GetInterval();
|
||||
bool IsOneShot();
|
||||
void Start(int milliseconds=-1, int oneShot=FALSE);
|
||||
void Stop();
|
||||
};
|
||||
|
Reference in New Issue
Block a user