Layout#is_editable

This commit is contained in:
Matthias Koefferlein 2021-10-18 23:24:28 +02:00
parent 04deb785ba
commit 97d393c78a
1 changed files with 5 additions and 0 deletions

View File

@ -690,6 +690,11 @@ Class<lay::LayoutView> decl_LayoutView (QT_EXTERNAL_BASE (QWidget) "lay", "Layou
"\n"
"In 0.25, this method has been moved from MainWindow to LayoutView.\n"
) +
gsi::method ("is_editable?", &lay::LayoutView::is_editable,
"@brief Returns true if the view is in editable mode\n"
"\n"
"This read-only attribute has been added in version 0.27.5.\n"
) +
gsi::method ("reload_layout", &lay::LayoutView::reload_layout, gsi::arg ("cv"),
"@brief Reloads the given cellview\n"
"\n"