ui.gadgets: remove 'with-gadget'

db4
Eduardo Cavazos 2008-07-14 22:37:34 -05:00
parent b01bd3a032
commit 078079859c
3 changed files with 1 additions and 10 deletions

View File

@ -180,10 +180,6 @@ HELP: focusable-child
{ $values { "gadget" gadget } { "child" gadget } }
{ $description "Outputs the child of the gadget which would prefer to receive keyboard focus." } ;
HELP: with-gadget
{ $values { "gadget" gadget } { "quot" quotation } }
{ $description "Calls the quotation in a new scope with the " { $link gadget } " variable set to " { $snippet "gadget" } } ;
{ control-value set-control-value gadget-model } related-words
HELP: control-value

View File

@ -357,9 +357,6 @@ M: f request-focus-on 2drop ;
: focus-path ( world -- seq )
[ focus>> ] follow ;
: with-gadget ( gadget quot -- )
gadget swap with-variable ; inline
! Deprecated
: set-gadget-delegate ( gadget tuple -- )
over [

View File

@ -235,9 +235,7 @@ $nl
$nl
"Gadget construction combinators whose names are prefixed with " { $snippet "make-" } " construct new gadgets and push them on the stack. The primitive combinator used to define all combinators of this form:"
"Words such as " { $link track, } " access the gadget through the " { $link gadget } " variable."
$nl
"A combinator which stores a gadget in the " { $link gadget } " variable:"
{ $subsection with-gadget } ;
;
ARTICLE: "ui-null-layout" "Manual layouts"
"When automatic layout is not appropriate, gadgets can be added to a parent with no layout policy, and then positioned and sized manually:"