From 52fe4ee5eb23ae4c0b47e5716e1d129d5837de53 Mon Sep 17 00:00:00 2001 From: Andrea Gavana Date: Tue, 18 Dec 2012 21:03:31 +0000 Subject: [PATCH] AGW on Phoenix (2): various fixes to the docstrings (especially the samples include in the documentation). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx/lib/agw/ribbon/__init__.py | 2 +- wx/lib/agw/ribbon/bar.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wx/lib/agw/ribbon/__init__.py b/wx/lib/agw/ribbon/__init__.py index 9c7d64ca..633edeb2 100644 --- a/wx/lib/agw/ribbon/__init__.py +++ b/wx/lib/agw/ribbon/__init__.py @@ -150,7 +150,7 @@ License And Version RIBBON library is distributed under the wxPython license. -Latest revision: Andrea Gavana @ 31 Oct 2012, 21.00 GMT +Latest revision: Andrea Gavana @ 18 Dec 2012, 21.00 GMT Version 0.3. diff --git a/wx/lib/agw/ribbon/bar.py b/wx/lib/agw/ribbon/bar.py index 419cfbf7..7111ae3d 100644 --- a/wx/lib/agw/ribbon/bar.py +++ b/wx/lib/agw/ribbon/bar.py @@ -9,7 +9,7 @@ # Python Code By: # # Andrea Gavana, @ 15 Oct 2009 -# Latest Revision: 17 Aug 2011, 15.00 GMT +# Latest Revision: 18 Dec 2012, 21.00 GMT # # For All Kind Of Problems, Requests Of Enhancements And Bug Reports, Please # Write To Me At: @@ -41,7 +41,7 @@ As :class:`RibbonBar` can only have :class:`~lib.agw.ribbon.page.RibbonPage` as when a page is created, it is automatically added to the bar - there is no `AddPage` equivalent to call. After all pages have been created, and all controls and panels placed on those pages, -meth:`~RibbonBar.Realize` must be called. +:meth:`~RibbonBar.Realize` must be called. Window Styles