Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost;
some doc corrections; Win16 dialog crash cured git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,7 +76,8 @@ Creates a new icon.
|
||||
|
||||
Creates an icon from XPM data.
|
||||
|
||||
\func{}{wxIcon}{\param{const wxString\& }{name}, \param{long}{ type}}
|
||||
\func{}{wxIcon}{\param{const wxString\& }{name}, \param{long}{ type},
|
||||
\param{int}{ desiredWidth = -1}, \param{int}{ desiredHeight = -1}}
|
||||
|
||||
Loads an icon from a file or resource.
|
||||
|
||||
@@ -88,6 +89,14 @@ Loads an icon from a file or resource.
|
||||
|
||||
\docparam{height}{Specifies the height of the icon.}
|
||||
|
||||
\docparam{desiredWidth}{Specifies the desired width of the icon. This
|
||||
parameter only has an effect in Windows (32-bit) where icon resources can contain
|
||||
several icons of different sizes.}
|
||||
|
||||
\docparam{desiredWidth}{Specifies the desired height of the icon. This
|
||||
parameter only has an effect in Windows (32-bit) where icon resources can contain
|
||||
several icons of different sizes.}
|
||||
|
||||
\docparam{depth}{Specifies the depth of the icon. If this is omitted, the display depth of the
|
||||
screen is used.}
|
||||
|
||||
|
Reference in New Issue
Block a user