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
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.5 KiB |
@@ -36,7 +36,7 @@ and ports.
|
|||||||
@section page_port_wxgtk wxGTK
|
@section page_port_wxgtk wxGTK
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="gtk_logo.png" alt="GTK logo" title="GTK logo" class="logo">
|
<img src="logo_gtk.png" alt="GTK logo" title="GTK logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
wxGTK is a port of wxWidgets using the GTK+ library.
|
wxGTK is a port of wxWidgets using the GTK+ library.
|
||||||
@@ -76,7 +76,7 @@ in the distribution.
|
|||||||
@section page_port_wxmac wxMac
|
@section page_port_wxmac wxMac
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="osxleopard_logo.png" alt="Mac OS X (Leopard) logo"
|
<img src="logo_osxleopard.png" alt="Mac OS X (Leopard) logo"
|
||||||
title="Mac OS X (Leopard) logo" class="logo">
|
title="Mac OS X (Leopard) logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ in the distribution.
|
|||||||
@section page_port_wxcocoa wxCocoa
|
@section page_port_wxcocoa wxCocoa
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="osxleopard_logo.png" alt="Mac OS X (Leopard) logo"
|
<img src="logo_osxleopard.png" alt="Mac OS X (Leopard) logo"
|
||||||
title="Mac OS X (Leopard) logo" class="logo">
|
title="Mac OS X (Leopard) logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ in the distribution.
|
|||||||
@section page_port_wxx11 wxX11
|
@section page_port_wxx11 wxX11
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="x11_logo.png" alt="X.org logo" title="X.org logo" class="logo">
|
<img src="logo_x11.png" alt="X.org logo" title="X.org logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
wxX11 is a port of wxWidgets using X11 (The X Window System)
|
wxX11 is a port of wxWidgets using X11 (The X Window System)
|
||||||
@@ -176,7 +176,7 @@ wxWidgets for embedded applications on the wxWidgets web site.
|
|||||||
@section page_port_wxmotif wxMotif
|
@section page_port_wxmotif wxMotif
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="motif_logo.png" alt="Motif logo" title="Motif logo" class="logo">
|
<img src="logo_motif.png" alt="Motif logo" title="Motif logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
wxMotif is a port of wxWidgets for X11 systems using Motif libraries.
|
wxMotif is a port of wxWidgets for X11 systems using Motif libraries.
|
||||||
@@ -192,7 +192,7 @@ in the distribution.
|
|||||||
@section page_port_wxmsw wxMSW
|
@section page_port_wxmsw wxMSW
|
||||||
|
|
||||||
@htmlonly
|
@htmlonly
|
||||||
<img src="win_logo.png" alt="Windows logo" title="Windows logo" class="logo">
|
<img src="logo_win.png" alt="Windows logo" title="Windows logo" class="logo">
|
||||||
@endhtmlonly
|
@endhtmlonly
|
||||||
|
|
||||||
wxMSW is a port of wxWidgets for the Windows platforms
|
wxMSW is a port of wxWidgets for the Windows platforms
|
||||||
|
@@ -171,7 +171,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Returns descent value of the cell (m_Descent member).
|
Returns descent value of the cell (m_Descent member).
|
||||||
See explanation:
|
See explanation:
|
||||||
@image html descent.png
|
@image html htmlcell_descent.png
|
||||||
*/
|
*/
|
||||||
int GetDescent() const;
|
int GetDescent() const;
|
||||||
|
|
||||||
@@ -395,7 +395,7 @@ public:
|
|||||||
- wxHTML_ALIGN_CENTER: cells are centered on line
|
- wxHTML_ALIGN_CENTER: cells are centered on line
|
||||||
- wxHTML_ALIGN_TOP: cells are under the line
|
- wxHTML_ALIGN_TOP: cells are under the line
|
||||||
|
|
||||||
@image html alignv.png
|
@image html htmlcontcell_alignv.png
|
||||||
*/
|
*/
|
||||||
void SetAlignVer(int al);
|
void SetAlignVer(int al);
|
||||||
|
|
||||||
@@ -417,7 +417,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Sets the indentation (free space between borders of container and subcells).
|
Sets the indentation (free space between borders of container and subcells).
|
||||||
|
|
||||||
@image html indent.png
|
@image html htmlcontcell_indent.png
|
||||||
|
|
||||||
@param i
|
@param i
|
||||||
Indentation value.
|
Indentation value.
|
||||||
|
@@ -266,7 +266,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
This function sets the space between border of window and HTML contents.
|
This function sets the space between border of window and HTML contents.
|
||||||
See image:
|
See image:
|
||||||
@image html border.png
|
@image html htmlwin_border.png
|
||||||
|
|
||||||
@param b
|
@param b
|
||||||
indentation from borders in pixels
|
indentation from borders in pixels
|
||||||
|