mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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:
parent
a4d4d4efda
commit
92a3b38d5f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user