much better looking selection of justified paragraphs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-08 18:44:34 +00:00
parent 35c1cfdda1
commit b87dd6f51e
2 changed files with 47 additions and 6 deletions

View File

@@ -175,6 +175,10 @@ public:
int GetHeight() const {return m_Height;}
int GetDescent() const {return m_Descent;}
// Formatting cells are not visible on the screen, they only alter
// renderer's state.
bool IsFormattingCell() const { return m_Width == 0 && m_Height == 0; }
const wxString& GetId() const { return m_id; }
void SetId(const wxString& id) { m_id = id; }