original commit: 92d5358dfc54f321d345eb683b6fd61505bff596
This commit is contained in:
Robby Findler 2002-06-17 13:10:50 +00:00
parent 5949a73a0d
commit c8a393689c

View File

@ -36,12 +36,15 @@
((confirm-label (string-constant ok))
(cancel-label (string-constant cancel))))
"Adds an Ok and a cancel button to a panel, changing the order"
"to suit the platform. Under MacOS and unix, the confirmation action"
"to suit the platform. Under \\MacOSBoth{} and unix, the confirmation action"
"is on the right (or bottom) and under Windows, the canceling action is on the"
"right (or bottom)."
"The confirmation action button has the \\scheme|'(border)| style."
"The buttons are also sized to be the same width."
""
"The first result is be the OK button and the second is"
"the cancel button."
""
"See also"
"@flink gui-utils:cancel-on-right? %"
".")