Type:BrowserItem: Difference between revisions

From Resonite Wiki
add info
 
category
 
Line 11: Line 11:
== Implementers ==
== Implementers ==
* [[Type:FileSystemItem]]
* [[Type:FileSystemItem]]
[[Category:Type]]

Latest revision as of 17:43, 18 February 2025

A BrowserItem is an abstract class which means it acts more like an Interface Type but with predefined behavior for its methods, rather than defining it's own.

Fields
Name Type Description
Browser BrowserDialog The source browser this item came from.
SelectedColor colorX The color this item's background should be when selected.
SelectedText colorX The color this item's text should be when selected.
NormalColor colorX The color this item's background should be at rest state
NormalText colorX The color this item's text would be at rest state.

Implementers