equal
deleted
inserted
replaced
439 |
439 |
440 ///reference to the container, in which the canvas is |
440 ///reference to the container, in which the canvas is |
441 NoteBookTab & mytab; |
441 NoteBookTab & mytab; |
442 |
442 |
443 XY calcArrowPos(XY, XY, XY, XY, int); |
443 XY calcArrowPos(XY, XY, XY, XY, int); |
|
444 |
|
445 bool background_set; |
|
446 Glib::RefPtr<Gdk::Pixbuf> refBackground; |
|
447 Gnome::Canvas::Pixbuf *background; |
|
448 public: |
|
449 void setBackground(); |
444 }; |
450 }; |
445 |
451 |
446 #endif //GRAPH_DISPLAYER_CANVAS_H |
452 #endif //GRAPH_DISPLAYER_CANVAS_H |