summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Spinner.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/FL/Fl_Spinner.H b/FL/Fl_Spinner.H
index 02830e2e4..b2549adfc 100644
--- a/FL/Fl_Spinner.H
+++ b/FL/Fl_Spinner.H
@@ -241,6 +241,14 @@ private:
Return the background color of the spinner widget's input field.
*/
Fl_Color color() const { return(input_.color()); }
+ /**
+ Change the selection color of the spinner widget's input field.
+ */
+ void selection_color(Fl_Color val) { input_.selection_color(val); }
+ /**
+ Return the selection color of the spinner widget's input field.
+ */
+ Fl_Color selection_color() const { return input_.selection_color(); }
};
#endif // !Fl_Spinner_H