]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gdicmn.h
fix default argument values
[wxWidgets.git] / interface / wx / gdicmn.h
index f415ecf9d81259c728e1b0179d9baa595bec6040..fb9d647fab321829000938a5c3d0214f04ba6c18 100644 (file)
@@ -94,7 +94,6 @@ enum wxStockCursor
 
 /**
     @class wxRealPoint
 
 /**
     @class wxRealPoint
-    @wxheader{gdicmn.h}
 
     A wxRealPoint is a useful data structure for graphics operations.
 
 
     A wxRealPoint is a useful data structure for graphics operations.
 
@@ -131,7 +130,6 @@ public:
 
 /**
     @class wxRect
 
 /**
     @class wxRect
-    @wxheader{gdicmn.h}
 
     A class for manipulating rectangles.
 
 
     A class for manipulating rectangles.
 
@@ -436,7 +434,6 @@ public:
 
 /**
     @class wxPoint
 
 /**
     @class wxPoint
-    @wxheader{gdicmn.h}
 
     A wxPoint is a useful data structure for graphics operations.
 
 
     A wxPoint is a useful data structure for graphics operations.
 
@@ -503,7 +500,6 @@ wxPoint wxDefaultPosition;
 
 /**
     @class wxColourDatabase
 
 /**
     @class wxColourDatabase
-    @wxheader{gdicmn.h}
 
     wxWidgets maintains a database of standard RGB colours for a predefined
     set of named colours. The application may add to this set if desired by
 
     wxWidgets maintains a database of standard RGB colours for a predefined
     set of named colours. The application may add to this set if desired by
@@ -628,7 +624,6 @@ public:
 
 /**
     @class wxSize
 
 /**
     @class wxSize
-    @wxheader{gdicmn.h}
 
     A wxSize is a useful data structure for graphics operations. It simply
     contains integer @e width and @e height members.
 
     A wxSize is a useful data structure for graphics operations. It simply
     contains integer @e width and @e height members.
@@ -857,6 +852,18 @@ void wxClientDisplayRect(int* x, int* y, int* width, int* height);
 wxRect wxGetClientDisplayRect();
 //@}
 
 wxRect wxGetClientDisplayRect();
 //@}
 
+/** @ingroup group_funcmacro_gdi */
+//@{
+/**
+    Returns the display resolution in pixels per inch.
+
+    @header{wx/gdicmn.h}
+
+    @since 2.9.0
+*/
+wxSize wxGetDisplayPPI();
+//@}
+
 /** @ingroup group_funcmacro_gdi */
 //@{
 /**
 /** @ingroup group_funcmacro_gdi */
 //@{
 /**