Information needed for a display pane to be instantiated. More...
import"sbIDisplayPanes.idl";
Public Attributes | |
readonly attribute AString | contentUrl |
readonly attribute AString | contentTitle |
readonly attribute AString | contentIcon |
readonly attribute PRInt32 | defaultWidth |
readonly attribute PRInt32 | defaultHeight |
readonly attribute AString | suggestedContentGroups |
Information needed for a display pane to be instantiated.
Definition at line 52 of file sbIDisplayPanes.idl.
readonly attribute AString sbIDisplayPaneContentInfo::contentIcon |
the icon of the pane when this pane is shown
Definition at line 65 of file sbIDisplayPanes.idl.
readonly attribute AString sbIDisplayPaneContentInfo::contentTitle |
the title of the pane when this pane is shown
Definition at line 61 of file sbIDisplayPanes.idl.
readonly attribute AString sbIDisplayPaneContentInfo::contentUrl |
the URL to be displayed when the display pane is instantiated
Definition at line 57 of file sbIDisplayPanes.idl.
readonly attribute PRInt32 sbIDisplayPaneContentInfo::defaultHeight |
the height of the pane when it is displayed in a horizontal orientation
Definition at line 73 of file sbIDisplayPanes.idl.
readonly attribute PRInt32 sbIDisplayPaneContentInfo::defaultWidth |
the width of the pane when it is displayed in a vertical orientation
Definition at line 69 of file sbIDisplayPanes.idl.
readonly attribute AString sbIDisplayPaneContentInfo::suggestedContentGroups |
a semicolon-delmited list of content groups in which this pane is more suited for display. This is case-insensitive.
Definition at line 78 of file sbIDisplayPanes.idl.