From d2743bb81784a0c043b1dfe216896a52ed38c54e Mon Sep 17 00:00:00 2001 From: dudztroyer Date: Sat, 3 Nov 2018 14:41:27 -0300 Subject: [PATCH] Added "select_points" method --- include/nana/gui/widgets/textbox.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/nana/gui/widgets/textbox.hpp b/include/nana/gui/widgets/textbox.hpp index 01c9a9d1..5f245761 100644 --- a/include/nana/gui/widgets/textbox.hpp +++ b/include/nana/gui/widgets/textbox.hpp @@ -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.