Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Definition of btn-Enter etc.

From: Izkata:Comcast at: 18-Nov-2005 6:03

I think there's an easier way, but I can't think of it now.. X: head stylize/master [] foreach [face def] X [print face] ..biig list.. and/or:
>> foreach [face def] X [if find mold face {btn} [print face]]
BTN BTN-ENTER BTN-CANCEL BTN-HELP == none
>> foreach [face def] X [if find mold face {button} [print face]]
BUTTON == none