sbPlayQueueContentInfo.js File Reference

Implementation of sbIDisplayPaneContentInfo to target play queue UI content at display panes. More...

Go to the source code of this file.

Functions

Cu import ("resource://gre/modules/XPCOMUtils.jsm")
 
function PlayQueueContentInfo ()
 

Variables

const Ci = Components.interfaces
 
const Cu = Components.utils
 
const SB_PLAYQUEUE_CONTENTURL
 
const SB_PLAYQUEUE_CONTENTICON
 
const SB_PLAYQUEUE_DEFAULTWIDTH = 200
 
const SB_PLAYQUEUE_DEFAULTHEIGHT = 300
 
const SB_PLAYQUEUE_SUGGESTEDCONTENTGROUPS = "sidebar"
 
PlayQueueContentInfo prototype
 
var NSGetModule = XPCOMUtils.generateNSGetModule([PlayQueueContentInfo])
 

Detailed Description

Implementation of sbIDisplayPaneContentInfo to target play queue UI content at display panes.

Definition in file sbPlayQueueContentInfo.js.

Function Documentation

Cu import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function PlayQueueContentInfo ( )

Definition at line 46 of file sbPlayQueueContentInfo.js.

Variable Documentation

Definition at line 31 of file sbPlayQueueContentInfo.js.

const Cu = Components.utils

Definition at line 32 of file sbPlayQueueContentInfo.js.

var NSGetModule = XPCOMUtils.generateNSGetModule([PlayQueueContentInfo])

Definition at line 94 of file sbPlayQueueContentInfo.js.

Definition at line 49 of file sbPlayQueueContentInfo.js.

const SB_PLAYQUEUE_CONTENTICON
Initial value:
=
"chrome://songbird/skin/browser/icon-link-playable.png"

Definition at line 40 of file sbPlayQueueContentInfo.js.

const SB_PLAYQUEUE_CONTENTURL
Initial value:
=
"chrome://songbird/content/xul/playQueue.xul"

Definition at line 38 of file sbPlayQueueContentInfo.js.

const SB_PLAYQUEUE_DEFAULTHEIGHT = 300

Definition at line 43 of file sbPlayQueueContentInfo.js.

const SB_PLAYQUEUE_DEFAULTWIDTH = 200

Definition at line 42 of file sbPlayQueueContentInfo.js.

const SB_PLAYQUEUE_SUGGESTEDCONTENTGROUPS = "sidebar"

Definition at line 44 of file sbPlayQueueContentInfo.js.