]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Changed name of controls sample.
[wxWidgets.git] / src / gtk1 / window.cpp
index e8f11103064190dcb8415fd39cf9da44687e4405..7726cf96690214bfc821c1eb5041b8db66991e4a 100644 (file)
@@ -1739,7 +1739,7 @@ wxString wxWindow::GetName(void) const
   return (wxString&)m_windowName;
 };
 
-bool wxWindow::IsShown(void)
+bool wxWindow::IsShown(void) const
 {
   return m_isShown;
 };
@@ -2393,7 +2393,7 @@ void wxWindow::GetPositionConstraint(int *x, int *y) const
     GetPosition(x, y);
 }
 
-void wxWindow::AcceptsFocus() const
+bool wxWindow::AcceptsFocus() const
 {
   return IsEnabled() && IsShown();
 }