def OnShowGraphFrameHidden(self, event): GraphFrame.openOne(self, includeHidden=True)
def OnShowGraphFrame(self, event): GraphFrame.openOne(self)