Make -setBackgroundColor: redisplay the window background. Fix frame constraining.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19785 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-07-28 17:56:57 +00:00
parent 6576a77429
commit 8335596ee3
4 changed files with 47 additions and 22 deletions

View file

@ -75,6 +75,7 @@ windowNumber will be 0.
-(void) setTitle: (NSString *)title;
-(void) setInputState: (int)state;
-(void) setDocumentEdited: (BOOL)flag;
-(void) setBackgroundColor: (NSColor *)color;
@end