File: Fl_Multiline_Output.i

package info (click to toggle)
pyfltk 1.3.8%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: python: 7,494; cpp: 351; perl: 55; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* File : Fl_Multiline_Output.i */
//%module Fl_Multiline_Output

%feature("docstring") ::Fl_Multiline_Output
"""
This widget is a subclass of Fl_Output that displays multiple lines of text. 
It also displays tab characters as whitespace to the next column.
""" ;

%{
#include "FL/Fl_Multiline_Output.H"
%}

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Multiline_Output)

%include "FL/Fl_Multiline_Output.H"