Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 279 Bytes

System MenuBar example

This example demonstrates how to create a "system" menu bar. It should always be preferred over the gtk::MenuBar since it adapts to the targeted system.

Run it by executing:

cargo run --bin menu_bar_system

screenshot