#include <sourceiter.h>
Public Member Functions | |
~SourceIter () | |
bool | forward_search (const Glib::ustring &a_str, SearchFlags a_flags, Gtk::TextIter &a_match_start, Gtk::TextIter &a_match_end, const Gtk::TextIter &a_limit) const |
search forward in the buffer | |
bool | backward_search (const Glib::ustring &a_str, SearchFlags a_flags, Gtk::TextIter &a_match_start, Gtk::TextIter &a_match_end, const Gtk::TextIter &a_limit) const |
search backward in the buffer | |
constructors | |
SourceIter () | |
SourceIter (const Gtk::TextIter &iter) | |
SourceIter (const GtkTextIter *gobject) | |
SourceIter (const SourceIter &a_iter) |
it provides search features
|
|
|
|
|
|
|
|
|
|
|
search backward in the buffer
|
|
search forward in the buffer
|