[GB.DATA]

* BUG: Graph: Add the Weight property to the edge interface.



git-svn-id: svn://localhost/gambas/trunk@6731 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Tobias Boege 2014-12-13 13:27:33 +00:00
parent 77a629984c
commit fcf84aebfc

View file

@ -476,6 +476,7 @@ GB_DESC CGraphEdge[] = {
GB_PROPERTY_READ("Source", "s", GraphEdge_Src),
GB_PROPERTY_READ("Destination", "s", GraphEdge_Dst),
GB_PROPERTY("Weight", "f", Graph_NoProperty),
GB_METHOD("_property", "b", GraphEdge_property, "."),
GB_METHOD("_unknown", "v", GraphEdge_unknown, "."),