From 98d9f577eaaf97c266613f4f775af65b12bbd391 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 2 Jul 2007 07:49:23 +0000 Subject: [PATCH] Replaced tabs with spaces git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/auibook.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index 897cc17e2a..b06ca41e9b 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -542,19 +542,19 @@ public: const wxAuiManager& GetAuiManager() const { return m_mgr; } - // Sets the normal font - void SetNormalFont(const wxFont& font); + // Sets the normal font + void SetNormalFont(const wxFont& font); - // Sets the selected tab font - void SetSelectedFont(const wxFont& font); + // Sets the selected tab font + void SetSelectedFont(const wxFont& font); - // Sets the measuring font - void SetMeasuringFont(const wxFont& font); + // Sets the measuring font + void SetMeasuringFont(const wxFont& font); - // Sets the tab font + // Sets the tab font virtual bool SetFont(const wxFont& font); - // Gets the tab control height + // Gets the tab control height int GetTabCtrlHeight() const; // Gets the height of the notebook for a given page height -- 2.45.2