Removed backslash in example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ For example:
|
|||||||
|
|
||||||
\small{%
|
\small{%
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
void MyWindow::OnPaint(wxPaintEvent\& event)
|
void MyWindow::OnPaint(wxPaintEvent& event)
|
||||||
{
|
{
|
||||||
wxPaintDC dc(this);
|
wxPaintDC dc(this);
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ Here is an example of using the \helpref{wxRegionIterator}{wxregioniterator} cla
|
|||||||
{\small%
|
{\small%
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
// Called when window needs to be repainted.
|
// Called when window needs to be repainted.
|
||||||
void MyWindow::OnPaint(wxPaintEvent\& event)
|
void MyWindow::OnPaint(wxPaintEvent& event)
|
||||||
{
|
{
|
||||||
wxPaintDC dc(this);
|
wxPaintDC dc(this);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user