From 6a121452ee63c7cfce8d2907e6209397dc9bcecb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Apr 2007 15:45:26 +0000 Subject: [PATCH] document GetAnimation() (patch 1695722) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/xmlresh.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/latex/wx/xmlresh.tex b/docs/latex/wx/xmlresh.tex index 08671ff6a5..c31e1afbd4 100644 --- a/docs/latex/wx/xmlresh.tex +++ b/docs/latex/wx/xmlresh.tex @@ -94,6 +94,12 @@ should rather use this one, and call its Create method. Called from CreateResource after variables were filled. +\membersection{wxXmlResourceHandler::GetAnimation}\label{wxxmlresourcehandlergetanimation} + +\func{wxAnimation}{GetAnimation}{\param{const wxString\& }{param = wxT("animation")}} + +Creates a \helpref{animation}{wxanimation} from the filename specified in \arg{param}. + \membersection{wxXmlResourceHandler::GetBitmap}\label{wxxmlresourcehandlergetbitmap} \func{wxBitmap}{GetBitmap}{\param{const wxString\& }{param = wxT("bitmap")}, \param{wxSize }{size = wxDefaultSize}} -- 2.45.2