IViewContent.cs (pinta-1.7) | : | IViewContent.cs (pinta-1.7.1) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
// | // | |||
// | // | |||
using System; | using System; | |||
namespace Pinta.Docking.Gui | namespace Pinta.Docking.Gui | |||
{ | { | |||
public interface IViewContent : IBaseViewContent | public interface IViewContent : IBaseViewContent | |||
{ | { | |||
string ContentName { get; set; } | string ContentName { get; set; } | |||
string FullContentName { get; set; } | ||||
string UntitledName { get; set; } | string UntitledName { get; set; } | |||
string StockIconId { get; } | string StockIconId { get; } | |||
bool IsUntitled { get; } | bool IsUntitled { get; } | |||
bool IsViewOnly { get; } | bool IsViewOnly { get; } | |||
bool IsFile { get; } | bool IsFile { get; } | |||
bool IsDirty { get; set; } | bool IsDirty { get; set; } | |||
bool IsReadOnly { get; } | bool IsReadOnly { get; } | |||
void Load (string fileName); | void Load (string fileName); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |