From edbb0173d98b170ef75eda0149a132b9836e239d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber <contact@jedbarber.id.au> 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 @@ <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> -- cgit