mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:17:39 +00:00
Add new event subtype for exposure of region of window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a34cac104e
commit
183c8411a5
6 changed files with 49 additions and 1 deletions
|
@ -124,6 +124,7 @@ struct NSWindow_struct
|
|||
return self;
|
||||
}
|
||||
|
||||
#if 0
|
||||
- (void) removeSubview: (NSView*)aView
|
||||
{
|
||||
RETAIN(aView);
|
||||
|
@ -137,6 +138,7 @@ struct NSWindow_struct
|
|||
}
|
||||
RELEASE(aView);
|
||||
}
|
||||
#endif
|
||||
|
||||
- (void) setBackgroundColor: (NSColor *)color
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue