00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef YEmpty_h
00023 #define YEmpty_h
00024
00025 #include "YWidget.h"
00026
00030 class YEmpty : public YWidget
00031 {
00032 public:
00036 YEmpty( const YWidgetOpt & opt );
00037
00042 virtual char *widgetClass() { return "YEmpty"; }
00043
00049 long nicesize( YUIDimension dim );
00050
00056 bool isLayoutStretch( YUIDimension dim ) const;
00057
00058 };
00059
00060
00061 #endif // YEmpty_h