/*** @class Ext.TitleBar*//*** @var {color}* Titlebar background-color*/;/*** @var {string/list}* Titlebar background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.*/;/*** @var {color}* Titlebar color*/;/*** @var {number/list}* Titlebar border-width*/;/*** @var {string/list}* Titlebar border-style*/;/*** @var {color/list}* Titlebar border-color*/;/*** @var {list}* Titlebar box-shadow*/;/*** @var {string/number}* Titlebar font-weight*/;/*** @var {number}* Titlebar font-size*/;/*** @var {number}* Titlebar font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Titlebar line-height*/;/*** @var {number}* Titlebar line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Titlebar font-family*/;/*** @var {number/list}* Titlebar padding*/;/*** @var {number/list}* Titlebar padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* The space in between horizontally aligned Titlebar items*/;/*** @var {number}* The space in between horizontally aligned Titlebar items in the* {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* The space in between vertically aligned Titlebar items*/;/*** @var {number}* The space in between vertically aligned Titlebar items in the* {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Titlebar {@link Ext.Title Title} color*/;/*** @var {string/number}* Titlebar {@link Ext.Title Title} font-weight*/;/*** @var {number}* Titlebar {@link Ext.Title Title} font-size*/;/*** @var {number}* Titlebar {@link Ext.Title Title} font-size in the* {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Titlebar {@link Ext.Title Title} font-family*/;/*** @var {number}* Titlebar {@link Ext.Title Title} title-padding*/;/*** @var {number}* Titlebar {@link Ext.Title Title} title-padding in the* {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Titlebar min-height*/;/*** @var {number}* Titlebar min-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a Titlebar.** @param {string} $ui* The name of the UI being created. Can not included spaces or special punctuation* (used in CSS class names).** @param {String} [$xtype=titlebar] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {color} $background-color* Titlebar background-color** @param {string/list} $background-gradient* Titlebar background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.** @param {color} $color* Titlebar color** @param {number/list} $border-width* Titlebar border-width** @param {string/list} $border-style* Titlebar border-style** @param {color} $border-color* Titlebar border-color** @param {color} $box-shadow* Titlebar box-shadow** @param {string/number} $font-weight* Titlebar font-weight** @param {number} $font-size* Titlebar font-size** @param {number} $font-size-big* Titlebar font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $line-height* Titlebar line-height** @param {number} $line-height-big* Titlebar line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $font-family* Titlebar font-family** @param {number/list} $padding* Titlebar padding** @param {number/list} $padding-big* Titlebar padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $horizontal-spacing* The space in between horizontally aligned Titlebar items** @param {number} $horizontal-spacing-big* The space in between horizontally aligned Titlebar items in the* {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $vertical-spacing* The space in between vertically aligned Titlebar items** @param {number} $vertical-spacing-big* The space in between vertically aligned Titlebar items in the* {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $title-color* Titlebar {@link Ext.Title Title} color** @param {string/number} $title-font-weight* Titlebar {@link Ext.Title Title} font-weight** @param {number} $title-font-size* Titlebar {@link Ext.Title Title} font-size** @param {number} $title-font-size-big* Titlebar {@link Ext.Title Title} font-size in the* {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $title-font-family* Titlebar {@link Ext.Title Title} font-family** @param {number} $title-padding* Titlebar {@link Ext.Title Title} padding** @param {number} $title-padding-big* Titlebar {@link Ext.Title Title} padding in the* {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $min-height* Titlebar min-height** @param {number} $min-height-big* Titlebar min-height in the {@link Global_CSS#$enable-big big} sizing scheme*/