nana/include/nana/gui/detail/bedrock_pi_data.hpp
cnjinhao ecbf71b7e2 Color Schemes
textbox.scheme().selection = color(colors::red);
Set the text selection background color
2014-12-28 17:16:52 +08:00

19 lines
261 B
C++

#ifndef NANA_DETAIL_BEDROCK_PI_DATA_HPP
#define NANA_DETAIL_BEDROCK_PI_DATA_HPP
#include <nana/gui/detail/bedrock.hpp>
#include "color_schemes.hpp"
namespace nana
{
namespace detail
{
struct bedrock::pi_data
{
color_schemes scheme;
};
}
}
#endif