| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PDFPanel
Mix-in class for all PDF gui panels. This method is meant to be a secondary parent class for classed derived from wx.Panel. It defines methods and member variables necessary to all panels in the PDFgui.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Refreshes wigets of the panel. This method must be overloaded in the derived class or else a NotImplementedError will be raised when this method is called. |
Sets tooltips for controls
@param toolTips: dictionary of the form {'contolname' : 'tooltip'}
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:04 2009 | http://epydoc.sourceforge.net |