+ // Default constructor.
+
+ cbAntiflickerPlugin(void);
+
+ // Constructor taking frame layout panel, and pane mask.
+
+ cbAntiflickerPlugin( wxFrameLayout* pPanel, int paneMask = wxALL_PANES );
+
+ // Destructor.
+
+ virtual ~cbAntiflickerPlugin();