[REBOL] docs for facets styles for vid?
From: ben:brannen::gmail at: 10-Sep-2009 21:50
Where can I find a Rebol reference for all the modification that can occur
to an object
i.e. defined standard styles / facets?
text bold, italic, size, etc...
text-list ??????
button [color] [size] etc....
I can't seem to find a simple reference anywhere.
Remember the old BASIC reference manual of the '70-80's
PEEK ###
Retuns the value of the memory location specified. Can accept Hex or Decimal
values.
Example:
PEEK (16345)
>> $FF
PEEK $ABCD
>> $F3
-ben