Home | Trees | Indices | Help |
|
---|
|
The purpose of this proxy is to simplify the access to the canvas from the MainFrame window. Example of usage in MainFrame GuiCreator: def zoomout(evt): DrawingAreaProxy(self).zoom_out() Instead of writing: def zoomout(evt): self.main_panel.timeline_panel.timeline_canvas.zoom_out()
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 13 01:55:28 2019 | http://epydoc.sourceforge.net |