#ifndef _WX_FONTDLG_H_
#define _WX_FONTDLG_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "fontdlg.h"
-#endif
-
#include "wx/dialog.h"
#include "wx/cmndata.h"
wxFontData& GetFontData() { return m_fontData; }
bool IsShown() const;
void OnPanelClose();
- void SetData(wxFontData& data);
+ void SetData(const wxFontData& data);
protected:
wxWindow* m_dialogParent;