+%define DOCSTRING
+"The `StyledTextCtrl` provides a text editor that can used as a syntax
+highlighting source code editor, or similar. Lexers for several programming
+languages are built-in."
+%enddef
+
+%module(package="wx", docstring=DOCSTRING) stc