Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs')
-rw-r--r--Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs b/Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs
index 9609f44d..85949233 100644
--- a/Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs
+++ b/Xwt/Xwt.Backends/ICanvasCellViewFrontend.cs
@@ -33,7 +33,9 @@ namespace Xwt.Backends
ApplicationContext ApplicationContext { get; }
void Draw (object ctxBackend, Rectangle cellArea);
Rectangle GetDrawingAreaForBounds (Rectangle cellBounds);
+ [Obsolete("Use GetRequiredSize (SizeConstraint)")]
Size GetRequiredSize ();
+ Size GetRequiredSize (SizeConstraint widthConstraint);
}
public class CellViewStatus