Fixed and clarified editor control event handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-26 18:20:17 +00:00
parent f9ec0ea7c5
commit d9fb481c56
5 changed files with 63 additions and 42 deletions

View File

@@ -1792,8 +1792,8 @@ protected:
void DoSetPropertyName( wxPGProperty* p, const wxString& newname );
// Setups event handling for child control
void SetupEventHandling( wxWindow* wnd, int id );
// Sets up basic event handling for child control
void SetupChildEventHandling( wxWindow* wnd, int id );
void CustomSetCursor( int type, bool override = false );