mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:41:06 +00:00
Added missing @class and #include stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfcfe224fd
commit
adb0b8cab7
1 changed files with 7 additions and 0 deletions
|
@ -28,7 +28,14 @@
|
||||||
#define _GNUstep_H_NSProgressIndicator
|
#define _GNUstep_H_NSProgressIndicator
|
||||||
|
|
||||||
#include <AppKit/NSView.h>
|
#include <AppKit/NSView.h>
|
||||||
|
|
||||||
|
@class NSTimer;
|
||||||
|
@class NSThread;
|
||||||
|
|
||||||
|
/* For NSControlTint */
|
||||||
#include <AppKit/NSColor.h>
|
#include <AppKit/NSColor.h>
|
||||||
|
|
||||||
|
/* For NSControlSize */
|
||||||
#include <AppKit/NSCell.h>
|
#include <AppKit/NSCell.h>
|
||||||
|
|
||||||
#define NSProgressIndicatorPreferredThickness 14
|
#define NSProgressIndicatorPreferredThickness 14
|
||||||
|
|
Loading…
Reference in a new issue