mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
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:
parent
59e051eaef
commit
aa684478fd
3 changed files with 22 additions and 72 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue