-void $setBackgroundColor$(id<WinterBoard> self, SEL sel, UIColor *color) {
- if (Wallpaper_ != nil)
- return [self wb_setBackgroundColor:[UIColor clearColor]];
- return [self wb_setBackgroundColor:color];
-}
-
-/*id SBStatusBarContentsView$initWithFrame$(SBStatusBarContentsView<WinterBoard> *self, SEL sel, CGRect frame) {
- self = [self wb_initWithFrame:frame];
- if (self == nil)
- return nil;
-
- NSString *path = [NSString stringWithFormat:@"%@/StatusBar.png", theme_];
- if ([Manager_ fileExistsAtPath:path])
- [self addSubview:[[[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:path]] autorelease]];
- //[self setBackgroundColor:[UIColor clearColor]];
-
- return self;
-}*/
-