mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 12:00:41 +00:00
Added ivar for resized column
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
324e09f22e
commit
2f47126374
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
@interface NSTableHeaderView : NSView
|
@interface NSTableHeaderView : NSView
|
||||||
{
|
{
|
||||||
NSTableView *_tableView;
|
NSTableView *_tableView;
|
||||||
|
int _resizedColumn;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Setting the table view
|
* Setting the table view
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue