source:
glemon-0.x/broken_edge.h
@
17:c95aff79e893
Last change on this file since 17:c95aff79e893 was 17:c95aff79e893, checked in by , 19 years ago | |
---|---|
File size: 305 bytes |
Line | |
---|---|
1 | // -*- C++ -*- // |
2 | |
3 | #ifndef BROKEN_EDGE_H |
4 | #define BROKEN_EDGE_H |
5 | |
6 | #include <all_include.h> |
7 | #include <libgnomecanvasmm.h> |
8 | #include <libgnomecanvasmm/polygon.h> |
9 | |
10 | class BrokenEdge : public Gnome::Canvas::Line |
11 | { |
12 | public: |
13 | BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points); |
14 | }; |
15 | |
16 | |
17 | #endif //BROKEN_EDGE_H |
18 |
Note: See TracBrowser
for help on using the repository browser.