 
       wx.lib.agw¶
  wx.lib.agw¶This is the Advanced Generic Widgets package (AGW). It provides many custom-drawn wxPython controls: some of them can be used as a replacement of the platform native controls, others are simply an addition to the already rich wxPython widgets set.
Description:
AGW contains many different modules, listed below. Items labelled with
an asterisk were already present in lib before:
SplashScreen, with more
advanced features like custom shapes and text animations;aui, with many bug fixes and
new features like HUD docking and AuiNotebook tab arts;wx.ColourDialog, it
offers different functionalities like colour wheel and RGB cube;TreeCtrl, with almost the
same base functionalities plus a bunch of enhancements and goodies;wx.MenuBar / wx.Menu / ToolBar capabilities and much more;Notebook, and designed
to be a drop-in replacement for Notebook with enhanced capabilities;MessageDialog, with a fancier look and extended functionalities;wx.adv.TreeListCtrl,
with almost the same base functionalities plus some more enhancements;Listbook, with additional features;DirDialog,
with the additional ability of selecting multiple folders at once and a
fancier look;BusyInfo;CollapsiblePane, with customizable buttons;Gauge implementation, it supports the determinate
mode functions as Gauge;ProgressDialog in indeterminated mode, but
with a different gauge appearance and a different spinning behavior;TipWindow and
generic tooltips, with many features and highly customizable;ListCtrl, with almost the same
base functionalities plus some more enhancements;grid.Grid that can be used to faithfully
reproduce the appearance of a Microsoft Excel spreadsheets;Panel.Bugs and Limitations: many, patches and fixes welcome :-D
See the demos for an example of what AGW can do, and on how to use it.
Copyright: Andrea Gavana
License: Same as the version of wxPython you are using it with.
SVN for latest code: http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/AGW/
Mailing List: wxpython-users@lists.wxwidgets.org
My personal web page: http://xoomer.alice.it/infinity77
Please let me know if you are using AGW!
You can contact me at:
andrea.gavana@gmail.com andrea.gavana@maerskoil.com
AGW version: 0.9.7
Last updated: 09 January 2014, 23.00 GMT
 Packages Summary¶
 Packages Summary¶| aui | AUI is an Advanced User Interface library that aims to implement “cutting-edge” | 
| persist | Persistent objects are simply the objects which automatically save their state | 
| ribbon | The RibbonBar library is a set of classes for writing a ribbon user interface. | 
 Modules Summary¶
 Modules Summary¶| advancedsplash | AdvancedSplashtries to reproduce the behavior ofSplashScreen, with | 
| aquabutton | AquaButtonis another custom-drawn button class which approximatively mimics | 
| artmanager | This module contains drawing routines and customizations for the AGW widgets | 
| balloontip | BalloonTipis a class that allows you to display tooltips in a balloon style | 
| buttonpanel | A custom panel class with gradient background shading with the possibility to | 
| cubecolourdialog | CubeColourDialogis an alternative implementation ofwx.ColourDialog. | 
| customtreectrl | CustomTreeCtrlis a class that mimics the behaviour ofTreeCtrl, with some more | 
| flatmenu | FlatMenuis a generic menu implementation. | 
| flatnotebook | FlatNotebookis a full, generic and owner-drawn implementation ofNotebook. | 
| floatspin | FloatSpinimplements a floating pointSpinCtrl. | 
| fmcustomizedlg | This module contains a custom dialog class used to personalize the appearance of a | 
| fmresources | |
| foldpanelbar | FoldPanelBaris a control that contains multiple panels, which can be expanded | 
| fourwaysplitter | FourWaySplitteris a layout manager which manages 4 children like 4 panes in a | 
| genericmessagedialog | This class is a possible, fancy replacement for MessageDialog. | 
| gradientbutton | GradientButtonis another custom-drawn button class which mimics Windows CE mobile | 
| hyperlink | HyperLinkCtrlis a control for wxPython that acts like a hyper link | 
| hypertreelist | HyperTreeListis a class that combines the | 
| infobar | An info bar is a transient window shown at top or bottom of its parent window to display | 
| knobctrl | KnobCtrllets the user select a numerical value by rotating it. | 
| labelbook | LabelBookandFlatImageBookare a quasi-full generic and owner-drawn | 
| multidirdialog | This class represents a possible replacement for DirDialog, with the additional | 
| peakmeter | PeakMeterCtrlmimics the behaviour of equalizers that are usually found in stereos | 
| piectrl | PieCtrlandProgressPieare simple classes that reproduce the behavior of a pie | 
| pybusyinfo | PyBusyInfoconstructs a busy info window and displays a message in it. | 
| pycollapsiblepane | PyCollapsiblePaneis a container with an embedded button-like control which | 
| pygauge | PyGaugeis a genericGaugeimplementation. | 
| pyprogress | PyProgressis similar toProgressDialogin indeterminated mode, but with a | 
| rulerctrl | RulerCtrlimplements a ruler window that can be placed on top, bottom, left or right | 
| shapedbutton | SButtontries to fill the lack of “custom shaped” controls in wxPython | 
| shortcuteditor | ShortcutEditoris a widget that allows the user to customize and change keyboard | 
| speedmeter | SpeedMetertries to reproduce the behavior of some car controls (but not only), | 
| supertooltip | SuperToolTipis a class that mimics the behaviour ofTipWindowand generic tooltip | 
| thumbnailctrl | ThumbnailCtrlis a widget that can be used to display a series of images in | 
| toasterbox | ToasterBoxis a cross-platform widget to make the creation of MSN style “toaster” | 
| ultimatelistctrl | Description | 
| xlsgrid | XLSGridis a class based ongrid.Gridthat can be used to faithfully | 
| zoombar | ZoomBaris a class that appoximatively mimics the behaviour of the Mac Dock, |