The Face Object Field Actors on init - r3n/rebol-wiki GitHub Wiki

on-init is invoked after on-resize, first on regular faces and then on trigger faces. At this state the face is completely ready for use, and you can for example reset it to a default value with the on-reset actor.

Examples

Resetting the face on initialization:

on-init: [
  do-style face 'on-reset
]
⚠️ **GitHub.com Fallback** ⚠️