 
       wx.lib.agw.fmcustomizedlg.FMTitlePanel¶
  wx.lib.agw.fmcustomizedlg.FMTitlePanel¶Helper class to draw gradient shadings on the dialog.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| OnEraseBackground | Handles the wx.EVT_ERASE_BACKGROUNDevent forFMTitlePanel. | 
| OnPaint | Handles the wx.EVT_PAINTevent forFMTitlePanel. | 
 Class API¶
 Class API¶FMTitlePanel(wx.Panel)¶Helper class to draw gradient shadings on the dialog.
__init__(self, parent, title)¶Default class constructor.
| Parameters: | 
 | 
|---|
OnEraseBackground(self, event)¶Handles the wx.EVT_ERASE_BACKGROUND event for FMTitlePanel.
| Parameters: | event – a EraseEventevent to be processed. | 
|---|
Note
This method is intentionally empty to reduce flicker.
OnPaint(self, event)¶Handles the wx.EVT_PAINT event for FMTitlePanel.
| Parameters: | event – a PaintEventevent to be processed. | 
|---|