GtkMenuItemClass.getLabel

struct GtkMenuItemClass
extern (C)
const(char)* function(GtkMenuItem* menuItem) getLabel;

Return Value

The text in the @menu_item label. This is the internal string used by the label, and must not be modified.

Meta