Package gui :: Package components :: Module citations :: Class Citations
[hide private]
[frames] | no frames]

Class Citations

source code


The GUI element for listing the citations relevant for the analysis.

Instance Methods [hide private]
 
action_bmrb_citation(self, event)
Launch the bmrb.citation user function.
source code
 
setup(self)
Override the base variables.
source code
 
update_data(self)
Method called from self.build_element_safe() to update the list data.
source code

Inherited from base_list.Base_list: Enable, __init__, add_buttons, build_element, build_element_safe, delete, generate_popup_menu, init_element, is_complete, observer_register, on_right_click, resize, set_box_label, size_cols

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

action_bmrb_citation(self, event)

source code 

Launch the bmrb.citation user function.

Parameters:
  • event (wx event) - The wx event.