From 4bebffd17096ea689e3a9047d28aa2658165ab7f Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Sat, 30 Aug 2008 19:52:40 -0500 Subject: [PATCH] Update usages of old accessors from 'ui.gadgets.buttons' --- basis/ui/gadgets/buttons/buttons-docs.factor | 10 +++++----- basis/ui/gadgets/buttons/buttons.factor | 17 ++++++++--------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/basis/ui/gadgets/buttons/buttons-docs.factor b/basis/ui/gadgets/buttons/buttons-docs.factor index b975416e97..c4edaac144 100755 --- a/basis/ui/gadgets/buttons/buttons-docs.factor +++ b/basis/ui/gadgets/buttons/buttons-docs.factor @@ -7,7 +7,7 @@ HELP: button $nl "A button's appearance can vary depending on the state of the mouse button if the " { $snippet "interior" } " or " { $snippet "boundary" } " slots are set to instances of " { $link button-paint } "." $nl -"A button can be selected, which is distinct from being pressed. This state is held in the " { $link button-selected? } " slot, and is used by the " { $link } " word to construct a row of buttons for choosing among several alternatives." } ; +"A button can be selected, which is distinct from being pressed. This state is held in the " { $snippet "selected?" } " slot, and is used by the " { $link } " word to construct a row of buttons for choosing among several alternatives." } ; HELP: