From b01f4ef8e70b3731a6d5a243854084e9cbc60a54 Mon Sep 17 00:00:00 2001 From: PB Date: Fri, 24 Aug 2018 20:00:16 +0200 Subject: [PATCH] Add more references to wxIconBundle to documentation Add wxIconBundle to the list in the Overview of Available Classes / Image and bitmap classes as well as to the documentation page for wxIcon. Closes https://github.com/wxWidgets/wxWidgets/pull/898 --- docs/doxygen/mainpages/cat_classes.h | 1 + interface/wx/icon.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index ed38b1bc3e..e9bb6e458f 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -354,6 +354,7 @@ Related Overviews: @ref overview_bitmap @li wxCursor: A small, transparent bitmap representing the cursor @li wxIcon: A small, transparent bitmap for assigning to frames and drawing on device contexts +@li wxIconBundle: Contains multiple copies of an icon in different sizes @li wxImage: A platform-independent image class @li wxImageHandler: Class for loading a saving a wxImage in a specific format @li wxImageList: A list of images, used with some controls diff --git a/interface/wx/icon.h b/interface/wx/icon.h index eff8124923..8f1986c46c 100644 --- a/interface/wx/icon.h +++ b/interface/wx/icon.h @@ -47,7 +47,7 @@ ::wxNullIcon @see @ref overview_bitmap, @ref overview_bitmap_supportedformats, - wxDC::DrawIcon, wxCursor + wxIconBundle, wxDC::DrawIcon, wxCursor */ class wxIcon : public wxGDIObject {