This commit is contained in:
Daniel 2025-08-09 17:10:22 +08:00
parent 8ca9f119d0
commit a9c2ae7351
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 35 additions and 0 deletions

View file

@ -349,6 +349,10 @@ type Viewable interface {
// SetGroupFolded 设置分组是否折叠。
SetGroupFolded(folded bool)
// GetGroupHidden 获取分组是否隐藏。
// hidden 0显示1空白隐藏2手动隐藏
GetGroupHidden() int
// SetGroupHidden 设置分组是否隐藏。
// hidden 0显示1空白隐藏2手动隐藏
SetGroupHidden(hidden int)