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

View File

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