]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontdlg.h
add wxScrollHelper::ShowScrollbars() (implemented for GTK only right now, generic...
[wxWidgets.git] / interface / wx / fontdlg.h
index 52389acde9b58ba58a561621063441b91288bed3..1fd6a061913668dcba9106a06ba371466a87d3d7 100644 (file)
@@ -14,7 +14,7 @@
     @library{wxcore}
     @category{cmndlg}
 
-    @see Overview(), wxFontData, wxGetFontFromUser()
+    @see overview_cmndlg_font, wxFontData, wxGetFontFromUser()
 */
 class wxFontDialog : public wxDialog
 {
@@ -32,7 +32,7 @@ public:
 
     /**
         Constructor.
-        Pass a parent window, and the @ref overview_wxfontdata "font data" object
+        Pass a parent window, and the @ref wxFontData "font data" object
         to be used to initialize the dialog controls.
     */
     wxFontDialog(wxWindow* parent, const wxFontData& data);
@@ -55,7 +55,7 @@ public:
 
     //@{
     /**
-        Returns the @ref overview_wxfontdata "font data" associated with the
+        Returns the @ref wxFontData "font data" associated with the
         font dialog.
     */
     const wxFontData& GetFontData() const;