mirror of https://github.com/davisking/dlib.git
updated spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402591
This commit is contained in:
parent
8ff0dd8f92
commit
972ffa7513
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue