adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 127 forks source link

minigui: access DropDownSelection selection? #291

Open WebFreak001 opened 3 years ago

WebFreak001 commented 3 years ago

I'm trying to read the selection property of the DropDownSelection in my change event, but it seems to be private. The documentation on dpldocs seems kind of broken for it and its base class too. (doesn't even show addOption)

adamdruppe commented 3 years ago

Huh it is only on the SelectionChangedEvent i think.

I'll have to document all this for the next thing.