mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
* Headers/AppKit/NSTableView.h: Add ivar for
verticalMotionCanBeginDrag. * Source/NSTableView.m: Implement verticalMotionCanBeginDrag bump class version. * Source/NSTextView_actions.m: Fix method name from previous changes. * KeyBindings/DefaultKeyBindings.dict: Add new key bindings. * ChangeLog: Add to description of a previous change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24067 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
affd41f5b1
commit
1fcec7ffe9
5 changed files with 39 additions and 32 deletions
|
@ -91,6 +91,7 @@ enum {
|
|||
NSCell *_editedCell;
|
||||
BOOL _autosaveTableColumns;
|
||||
NSString *_autosaveName;
|
||||
BOOL _verticalMotionDrag;
|
||||
|
||||
/*
|
||||
* Ivars Acting as Cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue