Commit 92a3b38d authored by Davis King's avatar Davis King

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

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402646
parent a4d4d4ef
...@@ -472,6 +472,20 @@ namespace dlib ...@@ -472,6 +472,20 @@ namespace dlib
- all resources associated with *this have been released - 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 std::wstring& text);
void set_text (const dlib::ustring& text); void set_text (const dlib::ustring& text);
void set_text ( void set_text (
......
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