From f2a2796dae3afba9553f3f0735de86bb56da8c0d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 26 Aug 2006 00:53:25 +0000 Subject: [PATCH] Removed wxHTML_FONT_SIZE_x git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 4 ++++ wxPython/src/html.i | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 924c8d067b..c9b8d998f8 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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. + diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 3212eb0620..1155b4b642 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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, }; -- 2.47.2