The wx.adv module contains classes which are more advanced and/or less
commonly used than those in the core namespace. They are provided in a
separate module to help reduce overhead and dependencies for those
applications which do not need any of these classes.
| Class | Short Description | 
|---|---|
|   wx.adv.AboutDialogInfo  contains information shown in the standard About  dialog displayed by the  | |
| This class encapsulates the concept of a platform-dependent animation. | |
| This is a static control which displays an animation. | |
| A simple banner window showing either a bitmap or text. | |
| A combobox that displays bitmap in front of the list items. | |
| This event is sent by wx.adv.LayoutAlgorithm to calculate the amount of the remaining client area that the window should occupy. | |
| The calendar control allows the user to pick a date. | |
| wx.adv.CalendarDateAttr is a custom attributes for a calendar date. | |
| The wx.adv.CalendarEvent class is used together with wx.adv.CalendarCtrl. | |
| Objects of this class are similar in appearance to the normal Buttons but are similar to the links in a web page in functionality. | |
| This event class holds information about a date change and is used together with wx.adv.DatePickerCtrl. | |
| This control allows the user to select a date. | |
| An editable listbox is composite control that lets the user easily enter, delete and reorder a list of strings. | |
| This class implements help via an external browser. | |
| The calendar control allows the user to pick a date. | |
| This control allows the user to select a date. | |
| This class shows a static text element which links to an URL. | |
| This event class is used for the events generated by wx.adv.HyperlinkCtrl. | |
| wx.adv.Joystick allows an application to control one or more joysticks. | |
| wx.adv.LayoutAlgorithm implements layout of subwindows in MDI or SDI frames. | |
| This class allows showing the user a message non intrusively. | |
| wx.adv.OwnerDrawnComboBox is a combobox with owner-drawn list items. | |
| This class represents a property sheet dialog: a tabbed dialog for showing settings. | |
| A PseudoDC is an object that can be used much like real | |
| This event is sent when wx.adv.LayoutAlgorithm wishes to get the size, orientation and alignment of a window. | |
| Allows showing a tool tip with more customizations than wx.ToolTip. | |
| A sash event is sent when the sash of a wx.adv.SashWindow has been dragged by the user. | |
| wx.adv.SashLayoutWindow responds to OnCalculateLayout events generated by wx.adv.LayoutAlgorithm. | |
| wx.adv.SashWindow allows any of its edges to have a sash which can be dragged to resize the window. | |
| This class represents a short sound (loaded from Windows  | |
| wx.adv.SplashScreen shows a window with a thin border, displaying a bitmap describing your application. | |
| This class represents a taskbar icon. | |
| The event class used by wx.adv.TaskBarIcon. | |
| This control allows the user to enter time. | |
| This is the class used together with  | |
| wx.adv.Wizard is the central class for implementing ‘wizard-like’ dialogs. | |
| wx.adv.WizardEvent class represents an event generated by the wx.adv.Wizard: this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual. | |
|   wx.adv.WizardPage  is one of the screens in   wx.adv.Wizard: it must know what are the following and preceding pages (which may be  | |
|   wx.adv.WizardPageSimple  is the simplest possible   wx.adv.WizardPage  implementation: it just returns the pointers given to its constructor from  | 
| Function | Short Description | 
|---|---|
| This function shows the standard about dialog containing the information specified in info. | |
| This function creates a   wx.adv.TipProvider  which may be used with  | |
| This function does the same thing as  | |
| This function shows a “startup tip” to the user. |