]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gdicmn.h
even more interface fixes
[wxWidgets.git] / interface / wx / gdicmn.h
index fb9d647fab321829000938a5c3d0214f04ba6c18..188ad9382cd63d6d6175b07998bc16c5b3c2ceee 100644 (file)
@@ -612,7 +612,7 @@ public:
         is, wxColour::IsOk() will return @false) if the colour wasn't found in
         the database.
     */
         is, wxColour::IsOk() will return @false) if the colour wasn't found in
         the database.
     */
-    wxColour Find(const wxString& colourName);
+    wxColour Find(const wxString& colourName) const;
 
     /**
         Finds a colour name given the colour. Returns an empty string if the
 
     /**
         Finds a colour name given the colour. Returns an empty string if the
@@ -857,6 +857,9 @@ wxRect wxGetClientDisplayRect();
 /**
     Returns the display resolution in pixels per inch.
 
 /**
     Returns the display resolution in pixels per inch.
 
+    The @c x component of the returned wxSize object contains the horizontal
+    resolution and the @c y one -- the vertical resolution.
+
     @header{wx/gdicmn.h}
 
     @since 2.9.0
     @header{wx/gdicmn.h}
 
     @since 2.9.0
@@ -869,6 +872,9 @@ wxSize wxGetDisplayPPI();
 /**
     Returns the display size in pixels.
 
 /**
     Returns the display size in pixels.
 
+    For the version taking @a width and @a header arguments, either of them
+    can be @NULL if the caller is not interested in the returned value.
+
     @header{wx/gdicmn.h}
 */
 void wxDisplaySize(int* width, int* height);
     @header{wx/gdicmn.h}
 */
 void wxDisplaySize(int* width, int* height);
@@ -880,6 +886,11 @@ wxSize wxGetDisplaySize();
 /**
     Returns the display size in millimeters.
 
 /**
     Returns the display size in millimeters.
 
+    For the version taking @a width and @a header arguments, either of them
+    can be @NULL if the caller is not interested in the returned value.
+
+    @see wxGetDisplayPPI()
+
     @header{wx/gdicmn.h}
 */
 void wxDisplaySizeMM(int* width, int* height);
     @header{wx/gdicmn.h}
 */
 void wxDisplaySizeMM(int* width, int* height);