examples gio_async_tls gio_cancellable_future gio_dbus_register_object gio_futures gio_futures_await gio_task object_subclass resources virtual_methods Cargo.toml README.md build.rs gdk-pixbuf gio gir gir-files glib-build-tools glib-macros glib graphene pango pangocairo tests .gitattributes .gitig...
gtk-rs examples A few gtk-rs examples. To build, just do:> cargo buildor to enable GTK 3.x depending on the version needed by the example (check Cargo.toml [features] to see all specific GTK compile features available):> cargo build --features gtk_3_18 > cargo build --all-features...
问如何使用gtk-rs在列表存储/树视图中右对齐数字数据EN经常写Python程序的人,列表应该是使用率最高数据...
而且,我保证你读不完,因为它们时刻都在随rust版本更新而增补,甚至还时不时地有专题方向的新书上线(比...
examples examples: Fix typos Dec 18, 2024 gdk4-macos README: point to gdk4-macos instead of wayland Dec 18, 2024 gdk4-wayland Regenerate with latest gir Dec 18, 2024 gdk4-win32 Regenerate with latest gir Dec 18, 2024 gdk4-x11 Regenerate with latest gir Dec 18, 2024 gdk4 Regenerate ...
examples examples: Fix typos Dec 18, 2024 gdk4-macos README: point to gdk4-macos instead of wayland Dec 18, 2024 gdk4-wayland Regenerate with latest gir Dec 18, 2024 gdk4-win32 Regenerate with latest gir Dec 18, 2024 gdk4-x11 Regenerate with latest gir Dec 18, 2024 gdk4 Regenerate ...
History 14,020 Commits .github Merge pull request#1661from gtk-rs/dependabot/github_actions/action… Feb 24, 2025 cairo build(deps): bump tempfile from 3.17.1 to 3.18.0 Mar 10, 2025 examples Use DBus errors in example Jan 24, 2025 ...
header())); title_bar.set_stack(&stack); window.show_all(); } fn main() { let application = gtk::Application::new( Some("com.github.gtk-rs.examples.menu_bar"), Default::default(), ); application.connect_activate(build_ui); application.run(); }...
examples build(deps): bump async-tls from 0.12.0 to 0.13.0 Nov 19, 2024 gdk-pixbuf Regenerate with latest gir / gir-files Nov 11, 2024 gio gio: Clean up and autogenerate UnixMountEntry bindings Nov 12, 2024 gir @ 25fc925 Update gir Nov 11, 2024 gir-files @ 3e07ae5 Update gir-...
main.rs examples: Clean up imports Oct 17, 2023 screenshot.png Readd dropped application subclass example Mar 27, 2021 README.md Basics This example demonstrates how to create a top-level window, set its title, size and position, how to add a button to this window and how to connect si...