Commit 972ffa75 authored by Davis King's avatar Davis King

updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402591
parent 8ff0dd8f
......@@ -677,6 +677,20 @@ namespace dlib
- returns the orientation of this scroll_bar
!*/
template <
typename style_type
>
void set_style (
const style_type& style
);
/*!
requires
- style_type == a type that inherits from scroll_bar_style
ensures
- this scroll_bar object will draw itself using the given
scroll bar style
!*/
void set_length (
unsigned long length,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment