Page 1 of 1

#PB_Tree_Unchecked missing

Posted: Sun Jan 12, 2014 5:56 am
by PB
There's #PB_Checkbox_Unchecked for turning off a CheckBox, but
there's no #PB_Tree_Unchecked for checkboxes in a TreeGadget.

Or is it expected that we use #PB_Checkbox_Unchecked for it?
The manual doesn't say that we can; it only shows how to check:
Manual wrote:#PB_Tree_Checked : The items checkbox should be checked.
Something like this should be there, IMO:
Manual should wrote:#PB_Tree_Checked : The items checkbox should be checked.
#PB_Tree_Unchecked : The items checkbox should be unchecked.