]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fontdlg.h
Don't accept picker text events from any old text control
[wxWidgets.git] / interface / fontdlg.h
index 5b8dcedfd460bc3903363e53fa8538db4573b1b3..ae936116cfbd846a41908a05ed0485a5bb55d04c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        fontdlg.h
-// Purpose:     documentation for wxFontDialog class
+// Purpose:     interface of wxFontDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -15,8 +15,7 @@
     @library{wxcore}
     @category{cmndlg}
 
-    @seealso
-    Overview, wxFontData, wxGetFontFromUser
+    @see Overview(), wxFontData, wxGetFontFromUser()
 */
 class wxFontDialog : public wxDialog
 {
@@ -64,6 +63,7 @@ public:
 };
 
 
+
 // ============================================================================
 // Global functions/macros
 // ============================================================================