mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
Added some more GSI methods:
* LayoutView#zoom_fit_sel * ObjectInstPath#layout, ObjectInstPath#dtrans and ObjectInstPath#source_dtrans
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user