Source code for GDSLogEventPanelImpl

###########################################################################
## Python code generated with wxFormBuilder (version May 29 2018)
## http://www.wxformbuilder.org/
##
## PLEASE DO *NOT* EDIT THIS FILE!
###########################################################################

import GDSLogEventPanelGUI

###########################################################################
## Class LogEventsImpl
###########################################################################


[docs]class LogEventsImpl(GDSLogEventPanelGUI.LogEvents): def __init__(self, parent): GDSLogEventPanelGUI.LogEvents.__init__(self, parent)
[docs] def __del__(self): pass
# Override these handlers to implement functionality for GUI elements
[docs] def onEventLogScrollCheckBoxClick(self, event): event.Skip()
[docs] def onEventLogClearButtonClick(self, event): event.Skip()
[docs] def onEventLogApplyFilterButtonClick(self, event): event.Skip()
[docs] def onEventLogResetFilterButtonClick(self, event): event.Skip()