From 21291c211ed7f9de992a3070bca0540403d26196 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Wed, 26 Jul 2006 18:41:33 +0000 Subject: [PATCH] Update boids ui to work with latest gadgets changes --- contrib/boids.factor | 52 +++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 34 deletions(-) diff --git a/contrib/boids.factor b/contrib/boids.factor index ba33ad625b..83e4c69afe 100644 --- a/contrib/boids.factor +++ b/contrib/boids.factor @@ -285,24 +285,7 @@ run-boids ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! USING: gadgets-frames gadgets-labels gadgets-theme gadgets-grids - gadgets-editors gadgets-buttons ; - -TUPLE: field label editor quot ; - -VAR: field - -C: field ( label-text editor-text quot -- ) -[ field ] -[ field> set-field-quot - field> set-field-editor -