AGW Logo

agw_title FMTitlePanel

Helper class to draw gradient shadings on the dialog.

hierarchy Inheritance Diagram

Inheritance diagram for: FMTitlePanel

Inheritance diagram of FMTitlePanel


method_summary Methods Summary

__init__Default class constructor.
OnEraseBackgroundHandles the wx.EVT_ERASE_BACKGROUND event for FMTitlePanel.
OnPaintHandles the wx.EVT_PAINT event for FMTitlePanel.

API Class API

class FMTitlePanel(wx.Panel)[source]

Helper class to draw gradient shadings on the dialog.



__init__(parent, title)[source]

Default class constructor.

Parameters:
  • parent – the FMTitlePanel parent;
  • title – the string to use as a dialog title.


OnEraseBackground(event)[source]

Handles the wx.EVT_ERASE_BACKGROUND event for FMTitlePanel.

Parameters:event – a wx.EraseEvent event to be processed.

Note

This method is intentionally empty to reduce flicker.



OnPaint(event)[source]

Handles the wx.EVT_PAINT event for FMTitlePanel.

Parameters:event – a wx.PaintEvent event to be processed.
Tree

Table Of Contents

Previous topic

FMCustomizeDlg

Next topic

foldpanelbar