added missing membersection for CreateIconBundle

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-09 00:19:13 +00:00
parent ccc20afae9
commit bafddbe882

View File

@@ -168,10 +168,10 @@ by \helpref{GetBitmap}{wxartprovidergetbitmap}.
\func{wxBitmap}{CreateBitmap}{\param{const wxArtID\& }{id}, \param{const wxArtClient\& }{client}, \param{const wxSize\& }{size}} \func{wxBitmap}{CreateBitmap}{\param{const wxArtID\& }{id}, \param{const wxArtClient\& }{client}, \param{const wxSize\& }{size}}
Derived art provider classes must override this method or the CreateIconBundle() method Derived art provider classes must override this method to create requested art
to create requested art resource. Note that returned bitmaps are cached by wxArtProvider resource. Note that returned bitmaps are cached by wxArtProvider and it is
and it is therefore not necessary to optimize CreateBitmap() for speed (e.g. you may create therefore not necessary to optimize CreateBitmap() for speed (e.g. you may
wxBitmap objects from XPMs here). create wxBitmap objects from XPMs here).
\wxheading{Parameters} \wxheading{Parameters}
@@ -191,28 +191,19 @@ This is {\bf not} part of wxArtProvider's public API, use
\helpref{wxArtProvider::GetIcon}{wxartprovidergeticon} \helpref{wxArtProvider::GetIcon}{wxartprovidergeticon}
to query wxArtProvider for a resource. to query wxArtProvider for a resource.
\wxheading{See also}
\helpref{CreateIconBundle}{wxartprovidercreateiconbundle}
\membersection{wxArtProvider::CreateIconBundle}\label{wxartprovidercreateiconbundle}
\func{wxIconBundle}{CreateIconBundle}{\param{const wxArtID\& }{id}, \param{const wxArtClient\& }{client}} \func{wxIconBundle}{CreateIconBundle}{\param{const wxArtID\& }{id}, \param{const wxArtClient\& }{client}}
Derived art provider classes must override this method or the CreateIconBundle method This method is similar to \helpref{CreateBitmap}{wxartprovidercreatebitmap} but
to create requested art resource. Note that returned icon bundles are cached by wxArtProvider can be used when a bitmap (or an icon) exists in several sizes.
and it is therefore not necessary to optimize CreateIconBundle for speed (e.g. you may create icon bundles
from artwork resources here).
\wxheading{Parameters}
\docparam{id}{wxArtID unique identifier of the icon bundle.}
\docparam{client}{wxArtClient identifier of the client (i.e. who is asking for the icon bundle).
This only servers as a hint.}
\wxheading{Note}
This is {\bf not} part of wxArtProvider's public API, use
\helpref{wxArtProvider::GetBitmap}{wxartprovidergetbitmap} or
\helpref{wxArtProvider::GetIconBundle}{wxartprovidergeticonbundle} or
\helpref{wxArtProvider::GetIcon}{wxartprovidergeticon}
to query wxArtProvider for a resource.
\membersection{wxArtProvider::Delete}\label{wxartproviderdelete} \membersection{wxArtProvider::Delete}\label{wxartproviderdelete}