File: Fl_Return_Button.i

package info (click to toggle)
pyfltk 1.4.4.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 7,769; cpp: 356; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* File : Fl_Return_Button.i */
//%module Fl_Return_Button

%feature("docstring") ::Fl_Return_Button
"""
The Fl_Return_Button is a subclass of Fl_Button that generates a callback 
when it is pressed or when the user presses the Enter key. A carriage-return 
symbol is drawn next to the button label.
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Return_Button)

%include "FL/Fl_Return_Button.H"