]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed wxHTML_FONT_SIZE_x
authorRobin Dunn <robin@alldunn.com>
Sat, 26 Aug 2006 00:53:25 +0000 (00:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 26 Aug 2006 00:53:25 +0000 (00:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt
wxPython/src/html.i

index 924c8d067bab7689b2aa39a2a8aeec97fd100c10..c9b8d998f884dd76c50085d0cc84c278db680d2c 100644 (file)
@@ -200,6 +200,10 @@ Added wx.App.DisplayAvailable() which can be used to determine if a
 GUI can be created in the current environment.  (Still need an
 implementation for wxMSW...)
 
+The wx.html.HTML_FONT_SIZE_x constants are no longer available as the
+default sizes are now calculated at runtime based on the size of the
+normal GUI font.
+
 
 
 
index 3212eb0620fd2d73904039c03f98f9bc34f15dcc..1155b4b64291c1aa3d9c370a4b24df6d9fa1f250 100644 (file)
@@ -77,14 +77,6 @@ enum {
     wxHTML_COND_ISIMAGEMAP,
     wxHTML_COND_USER,
 
-
-    wxHTML_FONT_SIZE_1,
-    wxHTML_FONT_SIZE_2,
-    wxHTML_FONT_SIZE_3,
-    wxHTML_FONT_SIZE_4,
-    wxHTML_FONT_SIZE_5,
-    wxHTML_FONT_SIZE_6,
-    wxHTML_FONT_SIZE_7,
 };