updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402591
This commit is contained in:
Davis King 2008-10-24 20:09:21 +00:00
parent 8ff0dd8f92
commit 972ffa7513
1 changed files with 14 additions and 0 deletions

View File

@ -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,
);