git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58283
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
22 files changed:
@section page_port_wxgtk wxGTK
@htmlonly
@section page_port_wxgtk wxGTK
@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
wxGTK is a port of wxWidgets using the GTK+ library.
@endhtmlonly
wxGTK is a port of wxWidgets using the GTK+ library.
@section page_port_wxmac wxMac
@htmlonly
@section page_port_wxmac wxMac
@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">
@endhtmlonly
title="Mac OS X (Leopard) logo" class="logo">
@endhtmlonly
@section page_port_wxcocoa wxCocoa
@htmlonly
@section page_port_wxcocoa wxCocoa
@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">
@endhtmlonly
title="Mac OS X (Leopard) logo" class="logo">
@endhtmlonly
@section page_port_wxx11 wxX11
@htmlonly
@section page_port_wxx11 wxX11
@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
wxX11 is a port of wxWidgets using X11 (The X Window System)
@endhtmlonly
wxX11 is a port of wxWidgets using X11 (The X Window System)
@section page_port_wxmotif wxMotif
@htmlonly
@section page_port_wxmotif wxMotif
@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
wxMotif is a port of wxWidgets for X11 systems using Motif libraries.
@endhtmlonly
wxMotif is a port of wxWidgets for X11 systems using Motif libraries.
@section page_port_wxmsw wxMSW
@htmlonly
@section page_port_wxmsw wxMSW
@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
wxMSW is a port of wxWidgets for the Windows platforms
@endhtmlonly
wxMSW is a port of wxWidgets for the Windows platforms
/**
Returns descent value of the cell (m_Descent member).
See explanation:
/**
Returns descent value of the cell (m_Descent member).
See explanation:
- @image html descent.png
+ @image html htmlcell_descent.png
*/
int GetDescent() const;
*/
int GetDescent() const;
- wxHTML_ALIGN_CENTER: cells are centered on line
- wxHTML_ALIGN_TOP: cells are under the line
- wxHTML_ALIGN_CENTER: cells are centered on line
- wxHTML_ALIGN_TOP: cells are under the line
+ @image html htmlcontcell_alignv.png
*/
void SetAlignVer(int al);
*/
void SetAlignVer(int al);
/**
Sets the indentation (free space between borders of container and subcells).
/**
Sets the indentation (free space between borders of container and subcells).
+ @image html htmlcontcell_indent.png
@param i
Indentation value.
@param i
Indentation value.
/**
This function sets the space between border of window and HTML contents.
See image:
/**
This function sets the space between border of window and HTML contents.
See image:
+ @image html htmlwin_border.png
@param b
indentation from borders in pixels
@param b
indentation from borders in pixels