mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 00:50:49 +00:00
Change return type of -initWithWindowRef: to id.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17620 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7446e72247
commit
b688282203
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-04 18:43 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Headers/AppKit/NSWindow.h, Source/NSWindow.m: Change the return
|
||||||
|
type of -initWithWindowRef: to id.
|
||||||
|
|
||||||
2003-09-02 Adam Fedor <fedor@gnu.org>
|
2003-09-02 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Tools/gsnd/gsnd.m (main): Don't mess with file descriptors on MinGW.
|
* Tools/gsnd/gsnd.m (main): Don't mess with file descriptors on MinGW.
|
||||||
|
|
|
@ -518,7 +518,7 @@ APPKIT_EXPORT NSSize NSTokenSize;
|
||||||
- (NSToolbar *) toolbar;
|
- (NSToolbar *) toolbar;
|
||||||
- (void) toggleToolbarShown: (id)sender;
|
- (void) toggleToolbarShown: (id)sender;
|
||||||
- (void) runToolbarCustomizationPalette: (id)sender;
|
- (void) runToolbarCustomizationPalette: (id)sender;
|
||||||
- (NSWindow *) initWithWindowRef: (void *)windowRef;
|
- (id) initWithWindowRef: (void *)windowRef;
|
||||||
- (void *)windowRef;
|
- (void *)windowRef;
|
||||||
- (void*) windowHandle;
|
- (void*) windowHandle;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -4032,7 +4032,7 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
|
||||||
[_toolbar runCustomizationPalette: sender];
|
[_toolbar runCustomizationPalette: sender];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSWindow *) initWithWindowRef: (void *)windowRef
|
- (id) initWithWindowRef: (void *)windowRef
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
NSLog(@"Method %s is not implemented for class %s",
|
NSLog(@"Method %s is not implemented for class %s",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue