>>> Can I just suggest that these be changed e.g. to IN_DIALOG and >>> ON_SCREEN, if that's more or less what they mean? I've never been >>> able to remember what EDITABLE vs HIGHLY_EDITABLE means. >> That sounds like a good suggestion. > >It seems to me that handling too booleans corresponding to isActive >(because this name is already used) and hasDialog is much simpler >than this flag thing.
So what's the difference between isActive() and editable() == HIGHLY_EDITABLE ? Might there be a difference for closed InsetCollapsables ? If I add the hasDialog() function, then I should/could remove the editable() function, right ? >Jmarc Vincent