Now allows space for a bullet even if no left subindent was specified; added a MeasureBullet function to support this.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6965,6 +6965,11 @@ public:
|
||||
Enumerate the standard bullet names currently supported. This function should be overridden.
|
||||
*/
|
||||
virtual bool EnumerateStandardBulletNames(wxArrayString& bulletNames) = 0;
|
||||
|
||||
/**
|
||||
Measure the bullet.
|
||||
*/
|
||||
virtual bool MeasureBullet(wxRichTextParagraph* paragraph, wxDC& dc, const wxRichTextAttr& attr, wxSize& sz) = 0;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -6997,6 +7002,9 @@ public:
|
||||
|
||||
// Enumerate the standard bullet names currently supported
|
||||
virtual bool EnumerateStandardBulletNames(wxArrayString& bulletNames);
|
||||
|
||||
// Measure the bullet.
|
||||
virtual bool MeasureBullet(wxRichTextParagraph* paragraph, wxDC& dc, const wxRichTextAttr& attr, wxSize& sz);
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user