+typedef enum {
+ StatusWindowNoType = -1,
+ StatusWindowTrackInfoType,
+ StatusWindowAlbumArtType,
+ StatusWindowUpcomingSongsType,
+ StatusWindowVolumeType,
+ StatusWindowRatingType,
+ StatusWindowRepeatType,
+ StatusWindowShuffleType,
+ StatusWindowShufflabilityType,
+ StatusWindowSetupType,
+ StatusWindowRegistrationType,
+ StatusWindowNetworkType,
+ StatusWindowPreferencesType,
+ StatusWindowDebugType
+} StatusWindowType;