Added select_points method

This commit is contained in:
Eduardo Roeder
2018-11-03 14:58:53 -03:00
parent d2743bb817
commit 7651b430eb
3 changed files with 23 additions and 3 deletions

View File

@@ -167,6 +167,8 @@ namespace nana{ namespace widgets
bool select(bool);
bool select_points(nana::upoint arg_a, nana::upoint arg_b);
/// Sets the end position of a selected string.
void set_end_caret(bool stay_in_view);