Beispiel #1
0
 def get_gicon(self):
     return icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
Beispiel #2
0
	def get_gicon(self):
		iname = self.get_icon_name()
		if iname:
			return icons.get_gicon_with_fallbacks(None, (iname, ))
		return icons.ComposedIcon("kupfer-object", "kupfer-execute")
Beispiel #3
0
 def get_gicon(self):
     app_icon = icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
     return icons.ComposedIcon(self.get_icon_name(), app_icon)
Beispiel #4
0
	def get_gicon(self):
		return icons.get_gicon_with_fallbacks(None, ("thunderbird", "icedove"))
Beispiel #5
0
 def get_gicon(self):
     return icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
Beispiel #6
0
 def get_gicon(self):
     app_icon = icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
     return icons.ComposedIcon(self.get_icon_name(), app_icon)
Beispiel #7
0
 def get_gicon(self):
     iname = self.get_icon_name()
     if iname:
         return icons.get_gicon_with_fallbacks(None, (iname, ))
     return icons.ComposedIcon("kupfer-object", "kupfer-execute")