Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
/ gtk3-rs Public archive
  • Sponsor gtk-rs/gtk3-rs

  • Notifications You must be signed in to change notification settings
  • Fork 88

Files

Latest commit

6c4f021 · Mar 30, 2021

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