Minor corrections.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,8 +75,8 @@ NOTE: returned pointer will be deleted by the caller.
|
||||
This method returns the name of the desktop environment currently
|
||||
running in a Unix desktop. Currently only "KDE" or "GNOME" are
|
||||
supported and the code uses the X11 session protocol vendor name
|
||||
to figure out, which desktop environment is running. The methods
|
||||
return an empty string otherwise and on all other platforms.
|
||||
to figure out, which desktop environment is running. The method
|
||||
returns an empty string otherwise and on all other platforms.
|
||||
|
||||
\membersection{wxAppTraits::GetStandardPaths}\label{wxapptraitsgetstandardpaths}
|
||||
|
||||
|
@@ -1098,9 +1098,6 @@ Returns a scaled version of the image. This is also useful for
|
||||
scaling bitmaps in general as the only other way to scale bitmaps
|
||||
is to blit a wxMemoryDC into another wxMemoryDC.
|
||||
|
||||
It may be mentioned that the GTK port uses this function internally
|
||||
to scale bitmaps when using mapping modes in wxDC.
|
||||
|
||||
\docparam{quality}{Determines what method to use for resampling the image. Can be one of the following:
|
||||
|
||||
\twocolwidtha{5cm}%
|
||||
|
Reference in New Issue
Block a user