mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-24 03:31:14 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@21224 72102866-910b-0410-8b05-ffd578937521
16 lines
138 B
Objective-C
16 lines
138 B
Objective-C
#include "AttributeInspector.h"
|
|
|
|
@implementation AttributeInspector
|
|
|
|
- (float) displayOrder
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
- (void) refresh
|
|
{
|
|
|
|
}
|
|
|
|
@end
|
|
|