Merge branch 'hotfix-1.6.2' of https://github.com/dudztroyer/nana into dudztroyer-hotfix-1.6.2
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user