(value bool)
| 148 | } |
| 149 | |
| 150 | func (gb *GroupBox) SetPersistent(value bool) { |
| 151 | gb.composite.SetPersistent(value) |
| 152 | } |
| 153 | |
| 154 | func (gb *GroupBox) SaveState() error { |
| 155 | return gb.composite.SaveState() |
nothing calls this directly
no test coverage detected