Package Gnumed :: Package wxpython :: Package gui :: Module gmManual :: Class gmManual
[frames] | no frames]

Class gmManual

source code

gmPlugin.cNotebookPlugin --+
                           |
                          gmManual

Plugin to encapsulate the manual window.

Instance Methods
 
name(self) source code
 
GetWidget(self, parent) source code
 
MenuInfo(self)
Return tuple of (menuname, menuitem).
source code
 
receive_focus(self)
We *are* receiving focus via wx.EVT_NotebookPageChanged.
source code
 
can_receive_focus(self)
Called when this plugin is *about to* receive focus.
source code

Inherited from gmPlugin.cNotebookPlugin: OnShow, Raise, __init__, on_load, register, unregister

Class Variables
  tab_name = _('Manual')
Method Details

name(self)

source code 
Overrides: gmPlugin.cNotebookPlugin.name

MenuInfo(self)

source code 

Return tuple of (menuname, menuitem).

None: no menu entry wanted

Overrides: gmPlugin.cNotebookPlugin.MenuInfo
(inherited documentation)

receive_focus(self)

source code 

We *are* receiving focus via wx.EVT_NotebookPageChanged.

This can be used to populate the plugin widget on receiving focus.

Overrides: gmPlugin.cNotebookPlugin.receive_focus
(inherited documentation)

can_receive_focus(self)

source code 

Called when this plugin is *about to* receive focus.

If None returned from here (or from overriders) the plugin activation will be veto()ed (if it can be).

Overrides: gmPlugin.cNotebookPlugin.can_receive_focus
(inherited documentation)