Skip to content
Snippets Groups Projects
Commit 90b72b72 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

python export of GetHandle

parent c725dcf7
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,8 @@ void export_Surface() ...@@ -121,6 +121,8 @@ void export_Surface()
.def("SetColor", set_color2) .def("SetColor", set_color2)
.def("CleanColorOps", &Surface::CleanColorOps) .def("CleanColorOps", &Surface::CleanColorOps)
.def("ReapplyColorOps", &Surface::ReapplyColorOps) .def("ReapplyColorOps", &Surface::ReapplyColorOps)
.def("GetHandle", &Surface::GetHandle)
.add_property("handle", &Surface::GetHandle)
; ;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment