SetGadgetItemState(....) question
Posted: Fri Feb 22, 2013 2:35 pm
The help has this for 'SetGadgetItemState':
Evidently according to the help there is no valid condition or setting where the ListIconGadget() gadget state can be set to unchecked by use of SetGadgetItemState(...), and the help does not mention any other methods for setting the state to unchecked (yes, before anyone posts "just uncheck it." or similar, its understood that it can be manually unchecked). Why doesn't PureBasic have a state of '#PB_ListIcon_UnChecked' available for use with the 'SetGadgetItemState(...)' function when setting a ListIconGadget() gadget state ?SetGadgetItemState(#Gadget, Item, State)
- ListIconGadget(): Combination of the following values:
#PB_ListIcon_Selected : The item should be selected.
#PB_ListIcon_Checked : The item should have its checkbox checked (#PB_ListIcon_CheckBoxes flag).
#PB_ListIcon_Inbetween: The item should have its checkbox in the in between state (#PB_ListIcon_ThreeState flag).