Merge branch 'hotfixes-1.1.1' into feature-docker-place

This commit is contained in:
Jinhao
2015-08-16 09:17:23 +08:00
3 changed files with 22 additions and 14 deletions

View File

@@ -131,7 +131,10 @@ namespace nana
void setsta(); ///< Clears the status if the graphics object had been changed
void set_changed();
void release();
void save_as_file(const char*) const; // saves image as a bitmap file
/// Saves images as a windows bitmap file
/// @param file_utf8 A UTF-8 string to a filename
void save_as_file(const char* file_utf8) const throw();
void set_color(const ::nana::color&);
void set_text_color(const ::nana::color&);