mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:00:37 +00:00
Added isOpaque method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5214 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ccf7d02dd5
commit
1fc1d88b98
2 changed files with 12 additions and 1 deletions
|
@ -110,6 +110,12 @@
|
|||
[the_color drawSwatchInRect: insideRect];
|
||||
}
|
||||
|
||||
- (BOOL) isOpaque
|
||||
{
|
||||
return is_bordered;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Activating
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue