]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
Have wxUniv wxComboBox inherit from wxItemContainer instead of wxComboBoxBase, since...
[wxWidgets.git] / include / wx / stattext.h
index f3aa8fc9d374d3f82beb4e5bfce25a8a778cca60..2a6c054b0ee96c140db68fbfef5e879399d07270 100644 (file)
@@ -80,12 +80,12 @@ protected:      // functions required for wxST_ELLIPSIZE_* support
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
 
-    // calls only RemoveMarkup() on the original label 
+    // calls only RemoveMarkup() on the original label
     // if the wxST_MARKUP style is set
     // (but unlike GetLabelText won't remove mnemonics)
     virtual wxString GetLabelWithoutMarkup() const;
 
-    // just calls RemoveMarkup() & Ellipsize() on the original label 
+    // just calls RemoveMarkup() & Ellipsize() on the original label
     // if the wxST_MARKUP & wxST_ELLIPSIZE_* styles are set
     // (but unlike GetLabelText won't remove mnemonics)
     virtual wxString GetEllipsizedLabelWithoutMarkup() const;