Adding simple access to input widget's selection_color()..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a22eba2b38
commit
406a22487f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user