Added some more GSI methods:

* LayoutView#zoom_fit_sel
* ObjectInstPath#layout, ObjectInstPath#dtrans and ObjectInstPath#source_dtrans
This commit is contained in:
Matthias Koefferlein
2017-10-31 23:54:07 +01:00
parent 226f39c920
commit 5d9513b6a5
3 changed files with 89 additions and 4 deletions
@@ -740,6 +740,11 @@ Class<lay::LayoutView> decl_LayoutView ("LayoutView",
gsi::method ("zoom_fit", &lay::LayoutView::zoom_fit,
"@brief Fits the contents of the current view into the window"
) +
gsi::method ("zoom_fit_sel", &lay::LayoutView::zoom_fit_sel,
"@brief Fits the contents of the current selection into the window\n"
"\n"
"This method has been introduced in version 0.25.\n"
) +
gsi::method ("zoom_box", &lay::LayoutView::zoom_box,
"@brief Sets the viewport to the given box\n"
"\n"