From 718e35a651487b43ab21b15f0bbdf5318c3cad1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 15 Aug 2004 07:51:56 +0000 Subject: [PATCH] gtk notebook page style fixes (patch 984864) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/notebook.h | 4 +--- include/wx/gtk1/notebook.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index d19a9cd6d6..454cf9f01e 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -108,9 +108,7 @@ public: bool DoPhase(int phase); #endif - // set all page's font - bool SetFont(const wxFont& font); - + // set all page's attributes void DoApplyWidgetStyle(GtkRcStyle *style); // report if window belongs to notebook diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index d19a9cd6d6..454cf9f01e 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -108,9 +108,7 @@ public: bool DoPhase(int phase); #endif - // set all page's font - bool SetFont(const wxFont& font); - + // set all page's attributes void DoApplyWidgetStyle(GtkRcStyle *style); // report if window belongs to notebook -- 2.47.2