Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::widgets::skeletons::text_editor::renderers Struct Reference

Public Attributes

std::function< void(graph_reference,
const nana::rectangle
&text_area, const
::nana::color &)> 
background
 a customized background renderer More...
 
std::function< void(graph_reference,
const ::nana::color &)> 
border
 a customized border renderer More...
 

Member Data Documentation

std::function<void(graph_reference, const nana::rectangle& text_area, const ::nana::color&)> nana::widgets::skeletons::text_editor::renderers::background

a customized background renderer

std::function<void(graph_reference, const ::nana::color&)> nana::widgets::skeletons::text_editor::renderers::border

a customized border renderer