memory panel improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-30 19:28:31 +00:00
parent 59e051eaef
commit aa684478fd
3 changed files with 22 additions and 72 deletions

View file

@ -39,13 +39,10 @@
@interface GSMemoryPanel: NSPanel
{
NSTableView *table;
NSMutableArray *classArray;
NSMutableArray *countArray;
NSMutableArray *totalArray;
NSMutableArray *peakArray;
NSMutableArray *array;
/* Are we ordering by class name, or by count or total or peak number
of instances ? */
int orderingBy;
SEL orderingBy;
}
+ (id) sharedMemoryPanel;