mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 04:50:54 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0c79aa2c9
commit
c83099fda5
1 changed files with 8 additions and 8 deletions
|
@ -37,23 +37,23 @@
|
||||||
|
|
||||||
@interface NSTableHeaderView : NSView
|
@interface NSTableHeaderView : NSView
|
||||||
{
|
{
|
||||||
NSTableView* _tableView;
|
NSTableView *_tableView;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Setting the table view
|
* Setting the table view
|
||||||
*/
|
*/
|
||||||
- (void)setTableView: (NSTableView*)aTableView;
|
- (void) setTableView: (NSTableView*)aTableView;
|
||||||
- (NSTableView*)tableView;
|
- (NSTableView*) tableView;
|
||||||
/*
|
/*
|
||||||
* Checking altered columns
|
* Checking altered columns
|
||||||
*/
|
*/
|
||||||
- (int)draggedColumn;
|
- (int) draggedColumn;
|
||||||
- (float)draggedDistance;
|
- (float) draggedDistance;
|
||||||
- (int)resizedColumn;
|
- (int) resizedColumn;
|
||||||
/*
|
/*
|
||||||
* Utility methods
|
* Utility methods
|
||||||
*/
|
*/
|
||||||
- (int)columnAtPoint: (NSPoint)aPoint;
|
- (int) columnAtPoint: (NSPoint)aPoint;
|
||||||
- (NSRect)headerRectOfColumn: (int)columnIndex;
|
- (NSRect) headerRectOfColumn: (int)columnIndex;
|
||||||
@end
|
@end
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue