X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..64be92e214af53f719e447f961f37e5e5ad5bf0f:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 40685ab806..de52035835 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -69,7 +69,7 @@ public: virtual void Refresh( bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL ); virtual void Update(); - virtual void Clear(); + virtual void ClearBackground(); virtual bool SetBackgroundColour( const wxColour &colour ); virtual bool SetForegroundColour( const wxColour &colour ); @@ -201,7 +201,7 @@ public: // see the docs in src/gtk/window.cpp GtkWidget *m_widget; // mostly the widget seen by the rest of GTK - GtkWidget *m_wxwindow; // mostly the client area as per wxWindows + GtkWidget *m_wxwindow; // mostly the client area as per wxWidgets // this widget will be queried for GTK's focus events GtkWidget *m_focusWidget; @@ -210,7 +210,7 @@ public: GtkIMMulticontext *m_imContext; #else #if HAVE_XIM - // XIM support for wxWindows + // XIM support for wxWidgets GdkIC *m_ic; GdkICAttr *m_icattr; #endif