JWM Source Documentation

spacer.h
Go to the documentation of this file.
00001 
00009 #ifndef SPACER_H
00010 #define SPACER_H
00011 
00012 struct TrayComponentType;
00013 
00019 struct TrayComponentType *CreateSpacer(int width, int height);
00020 
00021 #endif /* SPACER_H */
00022