You can use the PG_WP_EXTDEVENTS property to change the button's flags. Since a
listitem is just a button with different default themes and flags, this is easy to do.
By looking in pgserver/widget/listitem.c you can see that by default the
PG_EXEV_TOGGLE and PG_EXEV_EXCLUSIVE flags are on. (Sor
How exactly do I set the widget to allow multiple ListItems to be selected?
right now I can click on an item to highlight/select it but clicking on
another item deseclets the first and selects the second. I want to be able
to toggle each item as selected/unselected. is this possible with the
cur