Skip to content

Implement a new type of separator for creating a menu with multiple columns. #59

@end2endzone

Description

@end2endzone

Windows support multiple type of separator, one of them is a column separator which forces a menu item to be displayed on a new column.

The flags MENUBARBREAK or MENUBREAK can be used to create column menu.

See https://docs.microsoft.com/en-us/windows/win32/menurc/menuitem-statement for details.

The suggested implementation in a configuration file may look something like this:

<menu separator="true" type="column" />

By default, the value of the type attribute should be horizontal, therefore, the following would created a legacy separator:

<menu separator="true" type="horizontal" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions