mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
POC
This commit is contained in:
@@ -54,6 +54,15 @@ namespace Terminal.Gui {
|
||||
/// </remarks>
|
||||
public Action Clicked;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="Button"/> using <see cref="LayoutStyle.Computed"/> layout.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The width of the <see cref="Button"/> is computed based on the
|
||||
/// text length. The height will always be 1.
|
||||
/// </remarks>
|
||||
public Button () : this (string.Empty) { }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="Button"/> using <see cref="LayoutStyle.Computed"/> layout.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user