1 /* File : Fl_Fill_Slider.i */
2 //%module Fl_Fill_Slider
3 
4 %feature("docstring") ::Fl_Fill_Slider
5 """
6 The Fl_Fill_Slider widget contains a sliding knob inside a box. It if often
7 used as a scrollbar. Moving the box all the way to the top/left sets it to
8 the minimum(), and to the bottom/right to the maximum(). The minimum() may
9 be greater than the maximum() to reverse the slider direction.
10 """ ;
11 
12 %{
13 #include "FL/Fl_Fill_Slider.H"
14 %}
15 
16 %include "macros.i"
17 
18 CHANGE_OWNERSHIP(Fl_Fill_Slider)
19 
20 %include "FL/Fl_Fill_Slider.H"
21