Is ok have a aplication with same names?

Hi, Im a Inkscape developer. Our app have different widgets with the same name.
Is there any issue on this apart wrong CSS access by ID (#) to?

Thanks in advance.

I assume you’re talking about the GtkWidget “name” property.

There’s no uniqueness requirement for the value of the “name” property; it’s mostly used for debugging. If you have multiple widgets with the same name, and you wish to style them, I’d recommend using a CSS class over styling the name, though.

Thanks so much. Is want I want to know.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.