diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 20:11:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 20:11:32 -0600 |
| commit | 59f97be98cb663c60573a3c5cce4871ae85f3836 (patch) | |
| tree | 917086de0a8a909c579b1ab3892c44d0e7968ea5 /widget.go | |
| parent | d4b7cd32d47ab0307c650f711f784575ad0d8e2d (diff) | |
subbed in tablesv1.1.29
Diffstat (limited to 'widget.go')
| -rw-r--r-- | widget.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,7 @@ const ( Textbox // is this a Label with edit=true Slider // like a progress bar Spinner // like setting the oven temperature + Table // a full window & table Separator // TODO Image // TODO Area // TODO @@ -79,6 +80,8 @@ func (s WidgetType) String() string { return "Spinner" case Separator: return "Separator" + case Table: + return "Table" case Image: return "Image" case Area: |
