From 61b6c82294f4af6c5d53fb65b21e92f4fe83887a Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Wed, 21 Jan 2009 23:34:03 +0000 Subject: [PATCH] fix wxHtmlCell::Layout docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/html/htmlcell.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/wx/html/htmlcell.h b/interface/wx/html/htmlcell.h index 38c7223b32..26a050e017 100644 --- a/interface/wx/html/htmlcell.h +++ b/interface/wx/html/htmlcell.h @@ -245,9 +245,11 @@ public: int GetWidth() const; /** + Layouts the cell. + This method performs two actions: -# adjusts the cell's width according to the fact that maximal possible - width is @e w. (this has sense when working with horizontal lines, tables etc.) + width is @e w (this has sense when working with horizontal lines, tables etc.) -# prepares layout (=fill-in m_PosX, m_PosY (and sometimes m_Height) members) based on actual width @e w -- 2.45.2