rename image files in a coherent way; remove old unused images

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-21 22:54:29 +00:00
parent 02221dcb0a
commit fd779edb65
14 changed files with 10 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ public:
/**
Returns descent value of the cell (m_Descent member).
See explanation:
@image html descent.png
@image html htmlcell_descent.png
*/
int GetDescent() const;
@@ -395,7 +395,7 @@ public:
- wxHTML_ALIGN_CENTER: cells are centered on line
- wxHTML_ALIGN_TOP: cells are under the line
@image html alignv.png
@image html htmlcontcell_alignv.png
*/
void SetAlignVer(int al);
@@ -417,7 +417,7 @@ public:
/**
Sets the indentation (free space between borders of container and subcells).
@image html indent.png
@image html htmlcontcell_indent.png
@param i
Indentation value.