View script | License | Download documentation as: HTML or editable |
Download script | History | Other scripts by: shadwolf |
14-Dec 14:38 UTC
[0.051] 9.964k
[0.051] 9.964k
Documentation for: style-tooltip.rThis is the code sample to make work the style-tooltip.r script. REBOL [] do %style-tooltip.r ; on execute le tooltip fen: layout/size [ origin 20x20 zt: field 100x20 "Essai" pad 0x40 b2: btn "Quitter" [quit] tooltip with [ data: compose [ (b2) "ceci est un bouton" ]] ;widget-object tooltip tooltip with [ data: compose [ (zt) "ceci est champs de saisie"]] ] 200x150 view center-face fen |