// 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
/////////////////////////////////////////////////////////////////////////////
// common part of all ctors
void Init();
+ virtual void HandleFocusEvent(const wxDFBWindowEvent& event_);
+
protected:
wxString m_title;