Added wxTEXT_ATTR_UNITS_HUNDREDTHS_POINT for more precise border sizes; used GetPixels() more; corrected collapsed borders implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -204,8 +204,9 @@ enum wxTextAttrUnits | ||||
|     wxTEXT_ATTR_UNITS_PIXELS                = 0x0002, | ||||
|     wxTEXT_ATTR_UNITS_PERCENTAGE            = 0x0004, | ||||
|     wxTEXT_ATTR_UNITS_POINTS                = 0x0008, | ||||
|     wxTEXT_ATTR_UNITS_HUNDREDTHS_POINT      = 0x0100, | ||||
|  | ||||
|     wxTEXT_ATTR_UNITS_MASK                  = 0x000F | ||||
|     wxTEXT_ATTR_UNITS_MASK                  = 0x010F | ||||
| }; | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user