~jtaylor/ubuntu/natty/pyfltk/fix-779340

« back to all changes in this revision

Viewing changes to swig/Fl_Line_Dial.i

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-03-13 20:47:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090313204700-ra4hgdlhxzrccas3
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File : Fl_Line_Dial.i */
 
2
//%module Fl_Line_Dial
 
3
 
 
4
%feature("docstring") ::Fl_Line_Dial
 
5
"""
 
6
The Fl_Line_Dial widget provides a circular dial to control a single 
 
7
floating point value.
 
8
""" ;
 
9
 
 
10
%{
 
11
#include "FL/Fl_Line_Dial.H"
 
12
%}
 
13
 
 
14
%include "macros.i"
 
15
 
 
16
CHANGE_OWNERSHIP(Fl_Line_Dial)
 
17
 
 
18
%include "FL/Fl_Line_Dial.H"