]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/toplevel.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / dfb / toplevel.h
index fce0970d7e5d3fbc1bf47df479dbb7afdc6f2899..abf06e449e48648966ce441bc32bd5925370024c 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Top level window, abstraction of wxFrame and wxDialog
 // Author:      Vaclav Slavik
 // Created:     2006-08-10
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -61,6 +60,8 @@ protected:
     // common part of all ctors
     void Init();
 
+    virtual void HandleFocusEvent(const wxDFBWindowEvent& event_);
+
 protected:
     wxString      m_title;