]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
Add two step creation to wxTextEntryDialog.
[wxWidgets.git] / interface / wx / window.h
index 29300d796d52b9abd7e1df6765f8fa1766b0fa8f..ceada1baa7bf2b41d2730ac15871a3faf1a2814d 100644 (file)
@@ -1923,7 +1923,16 @@ public:
     */
     void SetOwnBackgroundColour(const wxColour& colour);
 
+    /**
+        Return @true if this window inherits the background colour from its parent.
+
+        @see SetOwnBackgroundColour(), InheritAttributes()
+    */
     bool InheritsBackgroundColour() const;
+
+    /**
+        Return @true if a background colour has been set for this window.
+    */
     bool UseBgCol() const;
 
     /**