5#include <gtkmm/paned.h>
6#include <gtkmm/scrolledwindow.h>
7#include <gtkmm/separator.h>
9#include <gtkmm/eventbox.h>
11#include <glibmm/dispatcher.h>
54 double cubic = 1 - std::pow(1 - progress, 3);
NotebookCanvas()
Definition NotebookCanvas.cc:9
void connect_scroll_listener()
Connect a listener to the scroll event on the viewport; this needs to be called after the first (and ...
Definition NotebookCanvas.cc:43
~NotebookCanvas()
Definition NotebookCanvas.cc:26
Gtk::Separator bottomline
Definition NotebookCanvas.hh:105
SmoothScroller scroller
Definition NotebookCanvas.hh:106
Gtk::ScrolledWindow scroll
Definition NotebookCanvas.hh:104
void refresh_all()
Definition NotebookCanvas.cc:30
std::map< DataCell *, VisualCell > visualcells
Definition NotebookCanvas.hh:102
sigc::signal0< bool > scroll_event
Whenever a user-driven scroll happens, this event will fire.
Definition NotebookCanvas.hh:112
Each notebook has one main window which controls it.
Definition NotebookWindow.hh:41
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83