From 234a33c12f168a38720578a3040d00b0e63f070b Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 10 Dec 2022 07:53:28 -0800 Subject: Docs: add widget screenshot for Fl_Hor_Nice_Slider --- FL/Fl_Hor_Nice_Slider.H | 9 +++++++++ documentation/src/fl_hor_nice_slider.png | Bin 0 -> 6719 bytes 2 files changed, 9 insertions(+) create mode 100644 documentation/src/fl_hor_nice_slider.png diff --git a/FL/Fl_Hor_Nice_Slider.H b/FL/Fl_Hor_Nice_Slider.H index e9393d449..fdaeda1e5 100644 --- a/FL/Fl_Hor_Nice_Slider.H +++ b/FL/Fl_Hor_Nice_Slider.H @@ -22,6 +22,15 @@ #include "Fl_Slider.H" +/** \class Fl_Hor_Nice_Slider + + \brief Single thumb tab slider + + \image html fl_hor_nice_slider.png "Fl_Hor_Nice_Slider with various Fl::scheme() values" + \image latex fl_hor_nice_slider.png "Fl_Hor_Nice_Slider with various Fl::scheme() values" width=6cm + +**/ + class FL_EXPORT Fl_Hor_Nice_Slider : public Fl_Slider { public: Fl_Hor_Nice_Slider(int X,int Y,int W,int H,const char *L=0); diff --git a/documentation/src/fl_hor_nice_slider.png b/documentation/src/fl_hor_nice_slider.png new file mode 100644 index 000000000..e2442417d Binary files /dev/null and b/documentation/src/fl_hor_nice_slider.png differ -- cgit v1.2.3