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
This commit is contained in:
@@ -354,6 +354,7 @@ Related Overviews: @ref overview_bitmap
|
|||||||
@li wxCursor: A small, transparent bitmap representing the cursor
|
@li wxCursor: A small, transparent bitmap representing the cursor
|
||||||
@li wxIcon: A small, transparent bitmap for assigning to frames and drawing on
|
@li wxIcon: A small, transparent bitmap for assigning to frames and drawing on
|
||||||
device contexts
|
device contexts
|
||||||
|
@li wxIconBundle: Contains multiple copies of an icon in different sizes
|
||||||
@li wxImage: A platform-independent image class
|
@li wxImage: A platform-independent image class
|
||||||
@li wxImageHandler: Class for loading a saving a wxImage in a specific format
|
@li wxImageHandler: Class for loading a saving a wxImage in a specific format
|
||||||
@li wxImageList: A list of images, used with some controls
|
@li wxImageList: A list of images, used with some controls
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
::wxNullIcon
|
::wxNullIcon
|
||||||
|
|
||||||
@see @ref overview_bitmap, @ref overview_bitmap_supportedformats,
|
@see @ref overview_bitmap, @ref overview_bitmap_supportedformats,
|
||||||
wxDC::DrawIcon, wxCursor
|
wxIconBundle, wxDC::DrawIcon, wxCursor
|
||||||
*/
|
*/
|
||||||
class wxIcon : public wxGDIObject
|
class wxIcon : public wxGDIObject
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user