コード例 #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
ファイル: ui_modal.py プロジェクト: gkliska/razvoj
 def _on_help ( self, event ):
     """ Handles the 'Help' button being clicked.
     """
     show_help( self.ui, event.GetEventObject() )