]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
continued spinning committed
[wxWidgets.git] / include / wx / gtk1 / window.h
index 40685ab8064d87807c66567ff0bf402ed50c59ca..de520358355762827401503c0e43d25edfe69a5a 100644 (file)
@@ -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