Added "select_points" method

This commit is contained in:
dudztroyer 2018-11-03 14:41:27 -03:00 committed by GitHub
parent b6028f8079
commit d2743bb817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,8 @@ namespace nana
/// Selects/unselects all text. /// Selects/unselects all text.
void select(bool); void select(bool);
void select_points(nana::upoint arg_a, nana::upoint arg_b);
/// Returns the bounds of a text selection /// Returns the bounds of a text selection
/** /**
* @return no selection if pair.first == pair.second. * @return no selection if pair.first == pair.second.