Skip to content
Snippets Groups Projects
Commit a02ced99 authored by stefan's avatar stefan
Browse files

New sip export for MainArea

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2088 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 0c00106a
Branches
Tags
No related merge requests found
......@@ -164,8 +164,9 @@ void export_MainArea()
.def("ShowSubWindow", &main_area_show_sub_window)
.def("HideSubWindow", &MainArea::HideSubWindow)
.def("HideSubWindow", &main_area_hide_sub_window)
.def("EnableTabbedMode", &MainArea::EnableTabbedMode,
arg("flag")=true)
.def("EnableTabbedMode", &MainArea::EnableTabbedMode, arg("flag")=true)
.def("GetQObject",&get_py_qobject<MainArea>)
.add_property("qobject", &get_py_qobject<MainArea>)
;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment