.
original commit: 77bbac313c5775859709845a3a43564f4f1ef98d
This commit is contained in:
parent
2fd6eb7201
commit
98923fc7ef
|
@ -183,9 +183,7 @@
|
||||||
(make-generic-private-field
|
(make-generic-private-field
|
||||||
'file-menu
|
'file-menu
|
||||||
'(make-object (get-menu%)
|
'(make-object (get-menu%)
|
||||||
(if (eq? (system-type) 'windows)
|
(string-constant file-menu-label)
|
||||||
(string-constant file-menu-label-windows)
|
|
||||||
(string-constant file-menu-label-other))
|
|
||||||
(get-menu-bar)))
|
(get-menu-bar)))
|
||||||
(make-generic-method
|
(make-generic-method
|
||||||
'get-edit-menu
|
'get-edit-menu
|
||||||
|
|
|
@ -17,12 +17,13 @@
|
||||||
remove-child
|
remove-child
|
||||||
|
|
||||||
get-parents
|
get-parents
|
||||||
get-parent-links
|
|
||||||
add-parent
|
add-parent
|
||||||
remove-parent
|
remove-parent
|
||||||
|
|
||||||
find-shortest-path))
|
find-shortest-path))
|
||||||
|
|
||||||
|
(define-local-member-name get-parent-links)
|
||||||
|
|
||||||
(provide/contract (add-links
|
(provide/contract (add-links
|
||||||
(case->
|
(case->
|
||||||
((is-a?/c graph-snip<%>)
|
((is-a?/c graph-snip<%>)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user