gadget::arrow_16_pixels is replaced with element arrow

This commit is contained in:
cnjinhao
2015-01-19 17:44:18 +08:00
parent a9d063ab17
commit 0597d895b4
16 changed files with 101 additions and 291 deletions

View File

@@ -1842,6 +1842,11 @@ namespace nana{ namespace widgets
return (text_area_.area.width > caret_px ? text_area_.area.width - caret_px : 0);
}
window text_editor::window_handle() const
{
return window_;
}
void text_editor::draw_scroll_rectangle()
{
if(text_area_.vscroll && text_area_.hscroll)