changeset 1637 | 9d64d5672b88 |
parent 1614 | 350c1d8bb7cc |
child 1643 | 9285f3777553 |
18:adc6101beacb | 19:050af543cbb9 |
---|---|
1 #include "graph_displayer_canvas.h" |
1 #include "graph_displayer_canvas.h" |
2 #include "broken_edge.h" |
2 #include "broken_edge.h" |
3 #include <math.h> |
3 #include <cmath> |
4 |
4 |
5 |
5 |
6 bool GraphDisplayerCanvas::on_expose_event(GdkEventExpose *event) |
6 bool GraphDisplayerCanvas::on_expose_event(GdkEventExpose *event) |
7 { |
7 { |
8 Gnome::Canvas::CanvasAA::on_expose_event(event); |
8 Gnome::Canvas::CanvasAA::on_expose_event(event); |