Home
last modified time | relevance | path

Searched refs:custom_icons (Results 1 – 8 of 8) sorted by path

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dbook_details.py127 custom_icons = gprefs['tags_browser_category_icons']
128 ci = custom_icons.get(prefix + f, '')
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dmetadata.py184 custom_icons = gprefs.get('tags_browser_category_icons', {})
185 for k, v in iteritems(custom_icons):
/dports/emulators/tilem/tilem-2.0/gui/
H A Dicons.c30 static const char * const custom_icons[] = { variable
60 for (i = 0; i < G_N_ELEMENTS(custom_icons); i++) { in init_custom_icons()
63 gtk_icon_source_set_icon_name(source, custom_icons[i]); in init_custom_icons()
66 gtk_icon_factory_add(factory, custom_icons[i], set); in init_custom_icons()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Dtrayicon.py57 self.custom_icons = False
243 self.custom_icons = True
377 if self.custom_icons:
387 if self.custom_icons:
/dports/textproc/py-mkdocs-material-extensions/mkdocs-material-extensions-1.0.3/
H A DPKG-INFO101 custom_icons:
H A DREADME.md73 custom_icons:
/dports/textproc/py-mkdocs-material-extensions/mkdocs-material-extensions-1.0.3/mkdocs_material_extensions.egg-info/
H A DPKG-INFO101 custom_icons:
/dports/x11/wf-shell/wf-shell-0.7.0/src/dock/
H A Dtoplevel-icon.cpp168 std::map<std::string, std::string> custom_icons; variable
182 custom_icons[app_id] = option->get_value_str(); in load_custom_icons()
188 if (!custom_icons.count(app_id)) in set_custom_icon()
191 auto pb = load_icon_pixbuf_safe(custom_icons[app_id], size * scale); in set_custom_icon()