wxrichtextparagraphstyledefinitionthis class represents a paragraph style definition, usually added to a wxrichtextstylesheet. derived from include files <wx/richtext/richtextstyles.h> data structures members
wxrichtextparagraphstyledefinition::wxrichtextparagraphstyledefinition
wxrichtextparagraphstyledefinition::wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition(const wxstring& name = wxemptystring) constructor.
wxrichtextparagraphstyledefinition::~wxrichtextparagraphstyledefinition~wxrichtextparagraphstyledefinition() destructor.
wxrichtextparagraphstyledefinition::getnextstyleconst wxstring& getnextstyle() const returns the style that should normally follow this style.
wxrichtextparagraphstyledefinition::setnextstylevoid setnextstyle(const wxstring& name) sets the style that should normally follow this style.
|