[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:
parent
77a629984c
commit
fcf84aebfc
1 changed files with 1 additions and 0 deletions
|
@ -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, "."),
|
||||
|
|
Loading…
Reference in a new issue