From edbb0173d98b170ef75eda0149a132b9836e239d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 25 Nov 2024 16:17:52 +1300 Subject: Package renames for avoiding name clashes and abbreviations --- doc/fl_hor_nice_slider.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/fl_hor_nice_slider.html') 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 @@ Fl_Hor_Nice_Slider - FLTK.Widgets.Valuators.Sliders.Hor_Nice + FLTK.Widgets.Valuators.Sliders.Horizontal_Nice @@ -34,12 +34,12 @@ Fl_Hor_Nice_Slider - Hor_Nice_Slider + Horizontal_Nice_Slider   - Hor_Nice_Slider_Reference + Horizontal_Nice_Slider_Reference @@ -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; @@ -65,7 +65,7 @@ function Create  
 procedure Draw
-       (This : in out Hor_Nice_Slider);
+       (This : in out Horizontal_Nice_Slider);
 
@@ -73,7 +73,7 @@ procedure Draw  
 function Handle
-       (This  : in out Hor_Nice_Slider;
+       (This  : in out Horizontal_Nice_Slider;
         Event : in     Event_Kind)
     return Event_Outcome;
 
-- cgit