mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +00:00
Added a bit in the bitfield
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3520268e07
commit
c4fd4c7113
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ typedef enum _NSSelectionAffinity {
|
|||
sharing this layout manager. In this case, we need to keep the
|
||||
views in sync. */
|
||||
unsigned multiple_textviews: 1;
|
||||
/* YES if delegate responds to
|
||||
`shouldChangeTextInRange:replacementString:' */
|
||||
unsigned delegate_responds_to_should_change: 1;
|
||||
} _tvf;
|
||||
|
||||
/* The following is the object used when posting notifications.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue