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 | |||
|
|||
|
|||
|
|||
|
|||
|
Properties | |
view_properties |
Property Details |
view_properties
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 23 01:55:31 2020 | http://epydoc.sourceforge.net |