]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontenum.h
add wxScrollHelper::ShowScrollbars() (implemented for GTK only right now, generic...
[wxWidgets.git] / interface / wx / fontenum.h
index 7ed8230d244da17137a74984c88a723800c7b640..ad31d2e5244d69bfd7aae584de5a2a9ba71e5534 100644 (file)
@@ -30,7 +30,7 @@
     @library{wxcore}
     @category{gdi}
 
     @library{wxcore}
     @category{gdi}
 
-    @see @ref overview_fontencoding, @ref sample_font, wxFont, wxFontMapper
+    @see @ref overview_fontencoding, @ref page_samples_font, wxFont, wxFontMapper
 */
 class wxFontEnumerator
 {
 */
 class wxFontEnumerator
 {
@@ -39,7 +39,7 @@ public:
         Call OnFontEncoding() for each encoding supported by the given font -
         or for each encoding supported by at least some font if @a font is not specified.
     */
         Call OnFontEncoding() for each encoding supported by the given font -
         or for each encoding supported by at least some font if @a font is not specified.
     */
-    virtual bool EnumerateEncodings(const wxString& font = "");
+    virtual bool EnumerateEncodings(const wxString& font = wxEmptyString);
 
     /**
         Call OnFacename() for each font which supports given encoding (only if
 
     /**
         Call OnFacename() for each font which supports given encoding (only if