DESC_REMOVEABLE

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/01/2012 at 02:56, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R13 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi,
feels like a pretty dumb question, but anyway:
What's the effect of enabling/disabling DESC_REMOVEABLE on descriptions generated in GetDDescription() or ModifyDDescription()? I see it in several examples. But I can't see any effect.
Docs say: "TRUE if this entry is removable."
But where is this description removeable from and in what way?
Thanks for your help in advance,
Andreas

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/01/2012 at 05:36, xxxxxxxx wrote:

If DESC_REMOVEABLE is TRUE then the user can right click on the description element in the Attributes Manager and select "Remove Entry" from the popup menu.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/01/2012 at 12:09, xxxxxxxx wrote:

Thanks :)
And I don't even need to ask for DESC_EDITABLE anymore...
Geez, I was tinkering with these striving to disable GUI elements. And the answer was so near GetDEnabling()...