Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 279 Bytes

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