Definition of btn-Enter etc.
[1/4] from: kpeters-vu::ware::com at: 17-Nov-2005 22:00
Hi list= ~ where can I find the def. for pre-made= buttons like
btn-enter,btn-cancel etc. TIA, Kai
[2/4] 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
[3/4] from: rebolek:g:mail at: 18-Nov-2005 13:25
probe mold get-style 'btn-enter
Bye, rebolek
On 11/18/05, Izkata <Izkata-comcast.net> wrote:
> I think there's an easier way, but I can't think of it now..
> X: head stylize/master []
<<quoted lines omitted: 20>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com <http://rebol.com> with unsubscribe as the subject.
--
/
Boleslav Brezovsky
http://krutek.info
\
[4/4] from: volker::nitsch::gmail::com at: 18-Nov-2005 14:03
On 11/18/05, Kai Peters <kpeters-vu-ware.com> wrote:
> Hi list= ~ where can I find the def. for pre-made= buttons like
> btn-enter,btn-cancel etc. TIA, Kai
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
do-thru http://www.codeconscious.com/rebsite/vid-ancestry.r
--
-Volker
Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem.
David
Wheeler
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted