Added a missing text_field::set_style() to the spec file.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402646
This commit is contained in:
Davis King 2008-11-09 02:21:13 +00:00
parent a4d4d4efda
commit 92a3b38d5f

View File

@ -472,6 +472,20 @@ namespace dlib
- all resources associated with *this have been released
!*/
template <
typename style_type
>
void set_style (
const style_type& style
);
/*!
requires
- style_type == a type that inherits from text_field_style
ensures
- this text_field object will draw itself using the given
text field style
!*/
void set_text (const std::wstring& text);
void set_text (const dlib::ustring& text);
void set_text (