Struct native_windows_gui::HmenuBuilder[][src]

pub struct HmenuBuilder { /* fields omitted */ }
Expand description

Low level HMENU builder. Instanced by ControlBase::build_hmenu.

Implementations

Set the text of the Menu

Set if the menu should be an item or a menu

Set if the menu item should be a separator

Set if the menu item should be a separator

Set the parent of the menu. Can be a window or another menu.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.