The Wayback Machine - https://web.archive.org/web/20210725102500/https://github.com/topics/gtk4
Skip to content
#

gtk4

Here are 39 public repositories matching this topic...

bilelmoussaoui
bilelmoussaoui commented Jul 2, 2021

So instead of doing

append_conic_gradient(...., &[
    gsk::ColorStop::new(0.0, gdk::RGBA::white()),
    gsk::ColorStop::new(0.333, gdk::RGBA::from_str("#FF0000").unwrap()),
    gsk::ColorStop::new(0.667, gdk::RGBA::from_str("#0000FF").unwrap()),
    gsk::ColorStop::new(1.0, gdk::RGBA::from_str("#FF0000").unwrap()),
]);

You could do something like

append_conic_grad

Improve this page

Add a description, image, and links to the gtk4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gtk4 topic, visit your repo's landing page and select "manage topics."

Learn more