mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +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
|
@ -97,6 +97,11 @@ static Class cellClass;
|
|||
return self;
|
||||
}
|
||||
|
||||
- (BOOL) isFlipped
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
/**<p>Returns the value by which the slider will be incremented if the
|
||||
user holds down the ALT key.</p><p>See Also: -setAltIncrementValue:</p> */
|
||||
- (double) altIncrementValue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue