From dff0be099e6c70743199afa492869e00ea221b6e Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 6 Mar 2024 21:53:11 -0700 Subject: [PATCH] ClearFrame API docs --- Terminal.Gui/View/ViewDrawing.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/View/ViewDrawing.cs b/Terminal.Gui/View/ViewDrawing.cs index ac6017d21..f88206856 100644 --- a/Terminal.Gui/View/ViewDrawing.cs +++ b/Terminal.Gui/View/ViewDrawing.cs @@ -102,9 +102,10 @@ public partial class View Driver.SetAttribute (prev); } - /// Clears the with the normal background color. + /// Clears the entire view () with the normal background color. /// - /// This clears the Bounds used by this view. + /// This method will clear the area occupied by the , , and , as + /// well as the . Use to clear just the . /// public void ClearFrame () {