示例#1
0
 def _on_help(self, event):
     """ Handles the 'Help' button being clicked.
     """
     show_help(self.ui, event.GetEventObject())
示例#2
0
 def show_help(self, ui, control):
     """ Shows a help window for a specified UI and control.
     """
     import ui_panel
     ui_panel.show_help(ui, control)
示例#3
0
 def _on_help ( self, event ):
     """ Handles the 'Help' button being clicked.
     """
     show_help( self.ui, event.GetEventObject() )