diff options
Diffstat (limited to 'doc/fl_hor_nice_slider.html')
-rw-r--r-- | doc/fl_hor_nice_slider.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fl_hor_nice_slider.html b/doc/fl_hor_nice_slider.html index aa597be..5cbc4e0 100644 --- a/doc/fl_hor_nice_slider.html +++ b/doc/fl_hor_nice_slider.html @@ -22,7 +22,7 @@ <tr> <td>Fl_Hor_Nice_Slider</td> - <td>FLTK.Widgets.Valuators.Sliders.Hor_Nice</td> + <td>FLTK.Widgets.Valuators.Sliders.Horizontal_Nice</td> </tr> </table> @@ -34,12 +34,12 @@ <tr> <td>Fl_Hor_Nice_Slider</td> - <td>Hor_Nice_Slider</td> + <td>Horizontal_Nice_Slider</td> </tr> <tr> <td> </td> - <td>Hor_Nice_Slider_Reference</td> + <td>Horizontal_Nice_Slider_Reference</td> </tr> </table> @@ -57,7 +57,7 @@ Fl_Hor_Nice_Slider(int X, int Y, int W, int H, const char *L=0); function Create (X, Y, W, H : in Integer; Text : in String) - return Hor_Nice_Slider; + return Horizontal_Nice_Slider; </pre></td> </tr> @@ -65,7 +65,7 @@ function Create <td> </td> <td><pre> procedure Draw - (This : in out Hor_Nice_Slider); + (This : in out Horizontal_Nice_Slider); </pre></td> </tr> @@ -73,7 +73,7 @@ procedure Draw <td> </td> <td><pre> function Handle - (This : in out Hor_Nice_Slider; + (This : in out Horizontal_Nice_Slider; Event : in Event_Kind) return Event_Outcome; </pre></td> |