7#include <gtkmm/textview.h> 
    8#include <gtkmm/separator.h> 
   26            CodeInput(DTree::iterator, Glib::RefPtr<Gtk::TextBuffer>, 
double scale, 
double display_scale, 
const Prefs& prefs,
 
   27                         Glib::RefPtr<Gtk::Adjustment>);
 
   33            CodeInput(DTree::iterator, 
const std::string&, 
double scale, 
double display_scale, 
const Prefs& prefs,
 
   34                         Glib::RefPtr<Gtk::Adjustment>);
 
   43                    exp_input_tv(DTree::iterator, Glib::RefPtr<Gtk::TextBuffer>,
 
   46                                     Glib::RefPtr<Gtk::Adjustment>);
 
   48                    virtual bool on_draw(
const Cairo::RefPtr<Cairo::Context>&) 
override;
 
   51                    virtual void on_show() 
override;
 
 
  102            void handle_erase(
const Gtk::TextIter& start, 
const Gtk::TextIter& end);
 
  112            void slice_cell(std::string& before, std::string& after);
 
  124            void init(
const Prefs& prefs, 
double display_scale);
 
 
CellType
Cells are labelled with the data type of its contents, which is stored in a textural representation b...
Definition DataCell.hh:34
 
Definition DocumentThread.hh:127
 
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
 
void set(rset_t::iterator &num, multiplier_t fac)
Definition Storage.cc:1179