mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-24 11:41:12 +00:00
17 lines
138 B
Mathematica
17 lines
138 B
Mathematica
|
#include "AttributeInspector.h"
|
||
|
|
||
|
@implementation AttributeInspector
|
||
|
|
||
|
- (float) displayOrder
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
- (void) refresh
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|