mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 19:00:53 +00:00
Add missing isFlipped methods to controls.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25473 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a46f252beb
commit
74b20f9065
6 changed files with 956 additions and 908 deletions
|
@ -68,6 +68,11 @@ static NSColor *fillColour = nil;
|
|||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL) isFlipped
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)animate:(id)sender
|
||||
{
|
||||
if (!_isIndeterminate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue