Added isOpaque

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-16 23:54:10 +00:00
parent b2bce51f18
commit 129bd9ca8c
2 changed files with 19 additions and 1 deletions

View file

@ -152,6 +152,11 @@
[controlView unlockFocus];
}
- (BOOL) isOpaque
{
return YES;
}
- (float) knobThickness
{
NSImage* image = [_knobCell image];