How do I do that? I have a class called MainFrame, which inherits from wx.Frame. Inside it, I create a panel, and I want to call method self.ShowAppointmentsForToday when the panel is created - tried the following:
How do I do that? I have a class called MainFrame, which inherits from wx.Frame. Inside it, I create a panel, and I want to call method self.ShowAppointmentsForToday when the panel is created - tried the following: