mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 17:01:57 +00:00
Implement showsResizeIndicator method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3761e33981
commit
781794e998
1 changed files with 1 additions and 4 deletions
|
@ -1981,10 +1981,7 @@ many times.
|
||||||
|
|
||||||
- (BOOL) showsResizeIndicator
|
- (BOOL) showsResizeIndicator
|
||||||
{
|
{
|
||||||
// TODO
|
return ([self styleMask] & NSResizableWindowMask) ? YES : NO;
|
||||||
NSLog(@"Method %s is not implemented for class %s",
|
|
||||||
"showsResizeIndicator", "NSWindow");
|
|
||||||
return YES;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setShowsResizeIndicator: (BOOL)show
|
- (void) setShowsResizeIndicator: (BOOL)show
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue