mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 02:20:58 +00:00
Added ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5218 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e05de7f77e
commit
08f226ccb2
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
NSColor *_background_color;
|
NSColor *_background_color;
|
||||||
NSColor *_text_color;
|
NSColor *_text_color;
|
||||||
BOOL _draws_background;
|
BOOL _draws_background;
|
||||||
|
// The following is different from _draws_background
|
||||||
|
// if we are using a semi-transparent color.
|
||||||
|
BOOL _isOpaque;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue