Resources (2)
- Most interesting resources such can't be set in resource
files. Those that can are probably oversights
- After widget creation the foreground is set to the parent's
foreground by
initialize()
in MComponentPeer. Frame (with no parent)
explicitly sets its foreground to black
- Similarly, background defaults to the ancestor Frame
lightGray
- Font defaults to the ancestor Frame font called "Dialog", in the
PLAIN style with pointsize 12
Slide 32