Changeset 47:9a0e6e92d06c in glemon-0.x for graph_displayer_canvas.cc
- Timestamp:
- 07/28/05 16:31:32 (20 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graph_displayer_canvas.cc
r41 r47 33 33 edgesmap[i]=new BrokenEdge(displayed_graph, coos, *this); 34 34 *(edgesmap[i]) << Gnome::Canvas::Properties::fill_color("green"); 35 edgesmap[i]->property_width_ pixels().set_value(10);35 edgesmap[i]->property_width_units().set_value(10); 36 36 37 37 //initializing edge-text as well, to empty string
Note: See TracChangeset
for help on using the changeset viewer.