SetRect
void SetRect(BMessage* msg, const char* name, const BRect& rect);
status_t SetRect(const char* name, const BRect& value);
SetRect(fSetupMsg, "preview:paper_rect", r);
SetRect(fSetupMsg, "paper_rect", ScaleRect(r, scaleR));
SetRect(fSetupMsg, "preview:printable_rect", margin);
SetRect(fSetupMsg, "printable_rect", ScaleRect(margin, scaleR));
void SetRect(const char* name, BRect value);
settings->SetRect("WindowFrame", fWindowFrame);
settings->SetRect("WindowFrame", Frame());
fPrefs -> SetRect ("WindowFrame", windFrame );
fPrefs -> SetRect ("WindowFrame", Frame() );
status_t SetRect(const char *name, BRect r);
fPrefs -> SetRect ("WindowFrame", windFrame );
fPrefs -> SetRect ("WindowFrame", Frame() );
status_t SetRect(const char *name, BRect r);