gpt4 book ai didi

Gtk "subtle"进度条

转载 作者:行者123 更新时间:2023-12-04 20:19:52 25 4
gpt4 key购买 nike

我想知道如何实现类似于 Epiphany(又名 Gnome Web)正在使用的进度条/加载器指示器。请参阅提供的屏幕截图:

enter image description here

最佳答案

如果我正确阅读 Epiphany 源代码,它只是一个样式化的 GtkProgressBar:

https://github.com/GNOME/epiphany/blob/9b9be55de3cd74a0f0cb05880177db7b46d10923/embed/ephy-embed.c#L727

priv->progress = gtk_progress_bar_new ();
gtk_style_context_add_class (gtk_widget_get_style_context (priv->progress),
GTK_STYLE_CLASS_OSD);

描述了 GTK_STYLE_CLASS_OSD 样式类 like this in the documentation :

GTK_STYLE_CLASS_OSD

#define GTK_STYLE_CLASS_OSD "osd"

A CSS class used when rendering an OSD (On Screen Display) element, on top of another container.

关于Gtk "subtle"进度条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30036586/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com