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

[REBOL] Re: Newbie: Help with image buttons (View)

From: anton:lexicon at: 26-Sep-2002 20:09

This might help you: view layout [ style my-button button 40x40 edge none colors reduce [blue red] font-size 20 my-button "1" my-button "2" ] You could also use some images: ... my-button %image-up.png %image-down.png ...