uses system-position-ok-before-cancel? now
svn: r12754 original commit: 41d0609ad2ee358ba3bfb8d903a45edd20f50073
This commit is contained in:
parent
dc41bf0a45
commit
ad1172bde8
|
@ -110,7 +110,7 @@
|
|||
|
||||
;; end choices-canvas%
|
||||
|
||||
(define (cancel-on-right?) (eq? (system-type) 'windows))
|
||||
(define (cancel-on-right?) (system-position-ok-before-cancel?))
|
||||
|
||||
(define ok/cancel-buttons
|
||||
(lambda (parent
|
||||
|
@ -334,6 +334,8 @@
|
|||
@{Returns @scheme[#t] if cancel should be on the right-hand side (or below)
|
||||
in a dialog and @scheme[#f] otherwise.
|
||||
|
||||
Just returns what @scheme[system-position-ok-before-cancel?] does.
|
||||
|
||||
See also @scheme[gui-utils:ok/cancel-buttons].})
|
||||
(proc-doc/names
|
||||
gui-utils:ok/cancel-buttons
|
||||
|
|
Loading…
Reference in New Issue
Block a user