]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.sliders: forgot to update docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Jun 2009 22:11:36 +0000 (17:11 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Jun 2009 22:11:36 +0000 (17:11 -0500)
basis/ui/gadgets/sliders/sliders-docs.factor

index 38f4b5ac1540d2f43feb4694ba2dd6257a8749f0..570291a18f72cbd15b7debcf06adef1365d8b319 100644 (file)
@@ -5,10 +5,6 @@ IN: ui.gadgets.sliders
 HELP: elevator
 { $class-description "An elevator is the part of a " { $link slider } " between the up/down arrow buttons, where a " { $link thumb } " may be moved up and down." } ;
 
-HELP: find-elevator
-{ $values { "gadget" gadget } { "elevator/f" { $maybe elevator } } }
-{ $description "Finds the first parent of " { $snippet "gadget" } " which is an " { $link elevator } ". Outputs " { $link f } " if the gadget is not contained in an " { $link elevator } "." } ;
-
 HELP: slider
 { $class-description "A slider is a control for graphically manipulating a " { $link "models-range" } "."
 $nl