
wx.lib.agw.fmcustomizedlg.FMTitlePanel¶Helper class to draw gradient shadings on the dialog.
Class Hierarchy¶
Inheritance diagram for class FMTitlePanel:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Handles the |
|
Handles the |
Class API¶Helper class to draw gradient shadings on the dialog.
Default class constructor.
parent – the FMTitlePanel parent;
title – the string to use as a dialog title.
Handles the wx.EVT_ERASE_BACKGROUND event for FMTitlePanel.
event – a EraseEvent event to be processed.
Note
This method is intentionally empty to reduce flicker.
Handles the wx.EVT_PAINT event for FMTitlePanel.
event – a PaintEvent event to be processed.