1 /* File : Fl_Multiline_Output.i */
2 //%module Fl_Multiline_Output
3 
4 %feature("docstring") ::Fl_Multiline_Output
5 """
6 This widget is a subclass of Fl_Output that displays multiple lines of text.
7 It also displays tab characters as whitespace to the next column.
8 """ ;
9 
10 %{
11 #include "FL/Fl_Multiline_Output.H"
12 %}
13 
14 %include "macros.i"
15 
16 CHANGE_OWNERSHIP(Fl_Multiline_Output)
17 
18 %include "FL/Fl_Multiline_Output.H"
19