Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <canvas.h>
Public Member Functions | |
GtkCanvasViewport (Gtk::Adjustment &, Gtk::Adjustment &) | |
GtkCanvas * | canvas () |
Protected Member Functions | |
void | on_size_request (Gtk::Requisition *) |
Private Member Functions | |
void | scrolled () |
Private Attributes | |
GtkCanvas | _canvas |
Gtk::Adjustment & | hadjustment |
Gtk::Adjustment & | vadjustment |
A GTK::Alignment with a GtkCanvas inside it plus some Gtk::Adjustments for scrolling.
This provides a GtkCanvas that can be scrolled. It does NOT implement the Gtk::Scrollable interface.
Definition at line 336 of file canvas/canvas/canvas.h.
ArdourCanvas::GtkCanvasViewport::GtkCanvasViewport | ( | Gtk::Adjustment & | , |
Gtk::Adjustment & | |||
) |
|
inline |
Definition at line 342 of file canvas/canvas/canvas.h.
|
protected |
|
private |
|
private |
our GtkCanvas
Definition at line 351 of file canvas/canvas/canvas.h.
|
private |
Definition at line 352 of file canvas/canvas/canvas.h.
|
private |
Definition at line 353 of file canvas/canvas/canvas.h.