Home
last modified time | relevance | path

Searched defs:ThemedIcon (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { impl
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { implementation
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { implementation
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { impl
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { implementation
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs24 impl ThemedIcon { impl
26 pub fn new(iconname: &str) -> ThemedIcon { in new()
32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
44 pub fn with_default_fallbacks(iconname: &str) -> ThemedIcon { in with_default_fallbacks()
115 impl fmt::Display for ThemedIcon { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dthemed_icon.rs28 impl ThemedIcon { impl
29 pub fn new(iconname: &str) -> ThemedIcon { in new()
33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
43 pub fn new_with_default_fallbacks(iconname: &str) -> ThemedIcon { in new_with_default_fallbacks()
110 impl fmt::Display for ThemedIcon { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dthemed_icon.rs28 impl ThemedIcon { impl
29 pub fn new(iconname: &str) -> ThemedIcon { in new()
33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
43 pub fn new_with_default_fallbacks(iconname: &str) -> ThemedIcon { in new_with_default_fallbacks()
107 impl fmt::Display for ThemedIcon { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dthemed_icon.rs28 impl ThemedIcon { implementation
29 pub fn new(iconname: &str) -> ThemedIcon { in new()
33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
43 pub fn new_with_default_fallbacks(iconname: &str) -> ThemedIcon { in new_with_default_fallbacks()
110 impl fmt::Display for ThemedIcon { implementation
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dthemedicon.cc31 ThemedIcon::ThemedIcon(const std::string& iconname, bool use_default_fallbacks) in ThemedIcon() function in Gio::ThemedIcon
38 ThemedIcon::ThemedIcon(const std::vector<Glib::ustring>& iconnames) in ThemedIcon() function in Gio::ThemedIcon
116 ThemedIcon::ThemedIcon(const Glib::ConstructParams& construct_params) in ThemedIcon() function in Gio::ThemedIcon
123 ThemedIcon::ThemedIcon(GThemedIcon* castitem) in ThemedIcon() function in Gio::ThemedIcon
129 ThemedIcon::ThemedIcon(ThemedIcon&& src) noexcept in ThemedIcon() function in Gio::ThemedIcon
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/private/
H A Dthemedicon_p.h23 friend class ThemedIcon; variable
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/libslab/
H A Dthemed-icon.h42 } ThemedIcon; typedef
H A Dthemed-icon.c44 G_DEFINE_TYPE_WITH_PRIVATE (ThemedIcon, themed_icon, GTK_TYPE_IMAGE) in G_DEFINE_TYPE_WITH_PRIVATE() argument