SetStyles set the folder styles overriding the default style.
(fs *FolderStyles)
| 92 | |
| 93 | // SetStyles set the folder styles overriding the default style. |
| 94 | func (f *Folder) SetStyles(fs *FolderStyles) { |
| 95 | |
| 96 | f.styles = fs |
| 97 | f.update() |
| 98 | } |
| 99 | |
| 100 | // SetAlignRight sets the side of the alignment of the content panel |
| 101 | // in relation to the folder. |