1 /* File : Fl_Repeat_Button.i */
2 //%module Fl_Repeat_Button
3 
4 %feature("docstring") ::Fl_Repeat_Button
5 """
6 The Fl_Repeat_Button is a subclass of Fl_Button that generates a callback
7 when it is pressed and then repeatedly generates callbacks as long as it
8 is held down. The speed of the repeat is fixed and depends on the
9 implementation.
10 """ ;
11 
12 %{
13 #include "FL/Fl_Repeat_Button.H"
14 %}
15 
16 %include "macros.i"
17 
18 CHANGE_OWNERSHIP(Fl_Repeat_Button)
19 
20 %include "FL/Fl_Repeat_Button.H"
21