-
i clone https://github.com/gtk-rs/gtk4-rs
and then cargo build , it complie ok.
and then i create my crate gtk4test1,and copy/paste the code from gtk4-rs/examples/bin/basic.rs,
the cargo.toml…
-
1. find out how to keep each history
> `git filter-branch` for creating a new branch of each repo where the files are moved into a subdirectory
2. how the final repository should look like (folde…
-
When trying to compile the exaplmes on fedora with gtk4-devel packes i get the following error:
```
error: failed to select a version for `gsk4-sys`.
... required by package `gtk4 v0.1.0 (https…
-
Currently there's the following gtk4 specific crates
- gtk4/gtk4-sys
- gdk4/gdk4-sys
- gsk4/gsk4-sys
- gdk4x11/gdk4x11-sys (to be generated)
- gdk4wayland/gdk4wayland-sys (to be generated)
- exa…
-
Vulkano is one of the Rust bindings for the Vulkan GPU API - https://docs.rs/vulkano/
To use it to display efficiently in a window you need to build a 'swapchain surface':
https://docs.rs/vulkano/0.…
-
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3304 . We should override that here for now as nullable.
Was fixed for gtk3 in https://github.com/gtk-rs/gtk/pull/1053
-
https://developer.gnome.org/gtk4/3.98/ch31s02.html#id-1.6.4.4.35
> A number of GdkPixbuf-based APIs have been removed. The available replacements are either using GIcon, or the newly introduced GdkT…
-
The pull request [https://github.com/andyholmes/gnome-shell-extension-gsconnect/pull/422](https://github.com/andyholmes/gnome-shell-extension-gsconnect/pull/422) disabled Clipboard Sharing for Wayland…
-
I'n not able to find any example. However there are examples of this method in PyObject. How many arguments does it have? It seems 1. Priority? But then how do I pass the callback? as a block? A bit c…
xetum updated
6 years ago
-
PLEASE PLEASE PLEASE restrict popup dialogs to the active display/screen where the main editor window is located...Far too often I lose the search dialog when I reconfigure my system from twinview bac…