wx.lib.flatnotebook: Patch from Andrea that implements the following:
authorRobin Dunn <robin@alldunn.com>
Tue, 17 Apr 2007 16:40:05 +0000 (16:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 17 Apr 2007 16:40:05 +0000 (16:40 +0000)
commit5cc18d798620a029753083b3c9dff9312f703a8a
tree02ffc1bc5e337f25d8aaf91f2f72604e54c319fc
parentbe3eff6271ca7aff598163ef7c2d0e43844568c2
wx.lib.flatnotebook: Patch from Andrea that implements the following:

 * A new style FNB_FF2: my intentions were to make it like Firefox 2,
   however it turned out to be an hybrid between wxAUI notebook glose
   style & FF2 ...I still think it looks OK. The main purpose for
   making it more like wxAUI is to allow applications that uses both
   to have same look and feel (or as close as it can get...);

 * Changed the behavior of the left/right rotation arrows to rotate
   single tab at a time and not bulk of tabs;

 * Updated the demo module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/FlatNotebook.py
wxPython/wx/lib/flatnotebook.py