Window.mnemonicsVisible

bool mnemonicsVisible() @property nothrow

Get mnemonicsVisible property.

Returns

Whether mnemonics are currently visible in this window.

This property is maintained by GTK based on user input, and should not be set by applications.

void mnemonicsVisible(bool propval) @property nothrow

Set mnemonicsVisible property.

Parameters

propvalWhether mnemonics are currently visible in this window. This property is maintained by GTK based on user input, and should not be set by applications.