File: Fl_Repeat_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 (20 lines) | stat: -rw-r--r-- 474 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
20
/* File : Fl_Repeat_Button.i */
//%module Fl_Repeat_Button

%feature("docstring") ::Fl_Repeat_Button
"""
The Fl_Repeat_Button is a subclass of Fl_Button that generates a callback 
when it is pressed and then repeatedly generates callbacks as long as it 
is held down. The speed of the repeat is fixed and depends on the 
implementation.
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Repeat_Button)

%include "FL/Fl_Repeat_Button.H"