]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/fontdlg.h
improved const-ness of find/Find functions
[wxWidgets.git] / include / wx / mac / fontdlg.h
index 39da6fd9675d58e8f86f95e4d03be8bf482a2ef0..8cec0e4a8516ef086a3cde5fde78d6a2b8fa40a4 100644 (file)
@@ -1,46 +1,5 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        fontdlg.h
-// Purpose:     wxFontDialog class. Use generic version if no
-//              platform-specific implementation.
-// Author:      AUTHOR
-// Modified by:
-// Created:     ??/??/98
-// RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifndef _WX_FONTDLG_H_
-#define _WX_FONTDLG_H_
-
-#ifdef __GNUG__
-#pragma interface "fontdlg.h"
-#endif
-
-#include "wx/dialog.h"
-#include "wx/cmndata.h"
-
-/*
- * Font dialog
- */
-class WXDLLEXPORT wxFontDialog: public wxDialog
-{
-DECLARE_DYNAMIC_CLASS(wxFontDialog)
-public:
-    wxFontDialog();
-    wxFontDialog(wxWindow *parent, wxFontData *data = NULL);
-
-    bool Create(wxWindow *parent, wxFontData *data = NULL);
-
-    int ShowModal();
-    wxFontData& GetFontData() { return m_fontData; }
-
-protected:
-    wxWindow*   m_dialogParent;
-    wxFontData  m_fontData;
-};
-
-#endif
-    // _WX_FONTDLG_H_
-
+#if __WXMAC_CLASSIC__
+#include "wx/mac/classic/fontdlg.h"
+#else
+#include "wx/mac/carbon/fontdlg.h"
+#endif
\ No newline at end of file