Added two bits

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-22 01:48:28 +00:00
parent 14ddec6688
commit bbe4a6f748

View file

@ -112,7 +112,7 @@ enum {
NSImage *_cell_image;
NSFont *_cell_font;
struct GSCellFlagsType {
// total 28 bits. 4 bits left.
// total 30 bits. 2 bits left.
unsigned is_highlighted:1;
unsigned is_disabled:1;
unsigned is_editable:1;
@ -122,6 +122,8 @@ enum {
unsigned is_selectable:1;
unsigned is_continuous:1;
unsigned float_autorange:1;
unsigned wraps:1;
unsigned allows_mixed_state:1;
unsigned state:2; // 3 values;
unsigned text_align:3; // 5 values
unsigned image_position:4; // 7 values