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::text_section Struct Reference

Public Member Functions

 text_section ()=default
 
 text_section (const wchar_t *ptr, const wchar_t *endptr, unsigned px)
 

Public Attributes

const wchar_t * begin { nullptr }
 
const wchar_t * end { nullptr }
 
unsigned pixels { 0 }
 

Constructor & Destructor Documentation

nana::widgets::skeletons::text_editor::text_section::text_section ( )
default
nana::widgets::skeletons::text_editor::text_section::text_section ( const wchar_t *  ptr,
const wchar_t *  endptr,
unsigned  px 
)
inline

Member Data Documentation

const wchar_t* nana::widgets::skeletons::text_editor::text_section::begin { nullptr }
const wchar_t* nana::widgets::skeletons::text_editor::text_section::end { nullptr }
unsigned nana::widgets::skeletons::text_editor::text_section::pixels { 0 }