Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
{
|
||||
public interface ILayoutControl
|
||||
{
|
||||
string Panes { get; } // identifies all panes in a theme ( delimited by ";" )
|
||||
string Name { get; } // friendly name for a layout
|
||||
string Thumbnail { get; } // screen shot of a layout - assumed to be in the ThemePath() folder
|
||||
string Panes { get; } // identifies all panes in a theme ( delimited by "," or ";" )
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user