Module: environment-tools Synopsis: Environment tools Author: Andy Armstrong, Chris Page, Hugh Greene Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND /// Dylan playground // (internal) //--- hughg, 1998/10/29: IWBN to offer alternate images, not just the // Win32 OBW_CHECK bitmap. define pane () slot check-value = #f, setter: %value-setter, init-keyword: value:; slot check-label = #f, //--- hughg, 1998/10/30: Not used. // setter: %label-setter, setter: #f, required-init-keyword: label:; pane check-value-pane (pane) //--- hughg, 1998/11/05: Maybe there's a simpler way to do this, by having // just a and changing its gadget-label; but then how would // we force its size (to be the same as the $check-bitmap) when the // label's #f? begin let null-pane = make(); let check-pane = make(