wex
v21.04.0
|
Offers a text window. More...
#include <wex/text-window.h>
Public Member Functions | |
virtual bool | find (const std::string &text, int find_flags=-1, bool find_next=true)=0 |
Pure virtual interface. More... | |
virtual int | get_line_count () const =0 |
Returns number of lines. | |
virtual int | get_line_count_request ()=0 |
Request for number of lines. | |
virtual void | goto_line (int line)=0 |
Goes to specified line. | |
Offers a text window.
|
pure virtual |
Pure virtual interface.
Finds next or previous.
text | text to find |
find_flags | search flags to be used:
|
find_next | finds next or previous |
Implemented in wex::stc, and wex::ex_stream.