-
Code is mostly about exceptions. It seems we have 426 exceptions, out of 31328 entries. I noticed it with https://www.freshports.org/ftp/curl/ which has:
`https://curl.se/%20%20https://github.com/c…
-
**Bug description**
Cargo.toml
```
[dependencies]
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs.git", package = "libadwaita" }
gtk = { git = "https://github.com/gtk-rs/gtk4…
-
The window decorations (including the embedded menu bar and title bar options) would be great to have on linux as well as Windows.
-
So that you can pass it to something like https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4/prelude/trait.ToplevelExt.html#tymethod.inhibit_system_shortcuts
-
The [documentation on hackage for `gdk_rgba_parse`](https://hackage.haskell.org/package/gi-gdk-4.0.1/docs/GI-Gdk-Structs-RGBA.html#g:blib6) reads
> A hexadecimal value in the form “rrggbb”, “rrrrgg…
-
see
- https://github.com/gtk-rs/gtk4-rs/blob/master/gdk4/src/event.rs#L135-L141
- https://github.com/gtk-rs/gtk4-rs/blob/master/gtk4/src/expression.rs#L236-L242
- https://github.com/gtk-rs/gtk4-rs…
-
```
System: Host: rafal-HP-EliteBook-8460p Kernel: 5.13.0-28-generic x86_64 bits: 64 compiler: gcc v: 11.2.0
Desktop: GNOME 40.5 tk: GTK 3.24.30 wm: gnome-shell dm: GDM3 Distro: Ubunt…
-
In this example code:
```crystal
require "gtk4"
app = Gtk::Application.new("test.application", Gio::ApplicationFlags::None)
app.activate_signal.connect do
window = Gtk::ApplicationWindow.new(…
-
```rust
use gtk4::prelude::*;
fn main() {
gtk4::init().unwrap();
let display = gtk4::gdk::Display::default().unwrap();
println!("Display name = {}", display.name());
}
```
**Ba…
-
**Bug description**
main.rs
```
use gtk::prelude::*;
fn main() {
let application = gtk::Application::new(
Some("com.github.gtk-rs.examples.composite_template"),
Default:…