Breaking changes for expr_color

expr_color is a temporary class name for new color type experiment.
This commit is contained in:
cnjinhao
2014-12-17 11:20:47 +08:00
parent 74c09eb9b3
commit 42788db077
58 changed files with 1135 additions and 824 deletions

View File

@@ -53,6 +53,11 @@ namespace detail
set_text_color(col);
}
unsigned drawable_impl_type::get_color() const
{
return color_;
}
void drawable_impl_type::set_color(nana::color_t col)
{
color_ = col;