/////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextstylepage.cpp
-// Purpose:
+// Purpose:
// Author: Julian Smart
-// Modified by:
+// Modified by:
// Created: 10/5/2006 11:34:55 AM
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-// For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
- #pragma hdrstop
-#endif
-
#if wxUSE_RICHTEXT
#include "wx/richtext/richtextstylepage.h"
-#ifndef WX_PRECOMP
-#endif
-
/*!
* wxRichTextStylePage type definition
*/
/*!
* Initialise members
*/
-
+
void wxRichTextStylePage::Init()
{
////@begin wxRichTextStylePage member initialisation
*/
void wxRichTextStylePage::CreateControls()
-{
+{
////@begin wxRichTextStylePage content construction
wxRichTextStylePage* itemPanel1 = this;
}
m_nextStyle->SetValue(paraDef->GetNextStyle());
}
-
+
if (m_basedOn->GetCount() == 0)
{
if (sheet)
}
}
}
-
+
m_basedOn->SetValue(def->GetBaseStyle());
return true;