return (wxString&)m_windowName;
};
-bool wxWindow::IsShown(void)
+bool wxWindow::IsShown(void) const
{
return m_isShown;
};
GetPosition(x, y);
}
-void wxWindow::AcceptsFocus() const
+bool wxWindow::AcceptsFocus() const
{
return IsEnabled() && IsShown();
}