mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 14:40:56 +00:00
Changed ivar
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
171389e7df
commit
daace73b92
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ enum {
|
||||||
struct GSCellFlagsType {
|
struct GSCellFlagsType {
|
||||||
// total 28 bits. Any idea on how to use the other 4 ?
|
// total 28 bits. Any idea on how to use the other 4 ?
|
||||||
unsigned is_highlighted:1;
|
unsigned is_highlighted:1;
|
||||||
unsigned is_enabled:1;
|
unsigned is_disabled:1;
|
||||||
unsigned is_editable:1;
|
unsigned is_editable:1;
|
||||||
unsigned is_bordered:1;
|
unsigned is_bordered:1;
|
||||||
unsigned is_bezeled:1;
|
unsigned is_bezeled:1;
|
||||||
|
|
Loading…
Reference in a new issue