7 #include <gtkmm/textview.h> 8 #include <gtkmm/separator.h> 27 CodeInput(DTree::iterator, Glib::RefPtr<Gtk::TextBuffer>,
double scale,
const Prefs& prefs);
33 CodeInput(DTree::iterator,
const std::string&,
double scale,
const Prefs& prefs);
39 exp_input_tv(DTree::iterator, Glib::RefPtr<Gtk::TextBuffer>,
double scale);
41 virtual bool on_draw(
const Cairo::RefPtr<Cairo::Context>&)
override;
43 virtual void on_show()
override;
76 void handle_insert(
const Gtk::TextIter& pos,
const Glib::ustring& text,
int bytes);
83 void handle_erase(
const Gtk::TextIter& start,
const Gtk::TextIter& end);
93 void slice_cell(std::string& before, std::string& after);
107 void tag_by_regex(
const std::string& regex_str,
const std::string& tag, std::string& text);
Definition: DocumentThread.hh:94
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Algorithm.cc:1030
CellType
Cells are labelled with the data type of its contents, which is stored in a textural representation b...
Definition: DataCell.hh:34