Updownquark / Quick

Quark's User Interface Creation Kit
0 stars 0 forks source link

groups attribute should probably not be of type String [] #52

Closed Updownquark closed 7 years ago

Updownquark commented 10 years ago

First of all, it should be a set. Either a backed set, where additions and subtractions affect the attribute, or an immutable set. Second, the elements should be of type NamedStyleGroup or TypedStyleGroup.

Updownquark commented 7 years ago

This is done. It's now typed Set