Emboss for Menu in Pie Menu?

Emboss for Menu in Pie Menu?

In the Pie Menu has every menu that not been a prop or similar an emboss.

When i try this: row.menu(“pie_file_import”, “File”, icon=“FILESEL”, emboss=True)

I became this:

Traceback (most recent call last):
File “\pie_main.py”, line 94, in draw
row.menu(“pie_file_import”, “File”, icon=“FILESEL”)
TypeError: UILayout.menu(): was called with invalid keyword argument(s) (emboss), expected (menu, text, text_ctxt, translate, icon, icon_value)

location: <unknown location>:-1

Is there a way to get emboss for this menus?