예제 #1
0
파일: notes.py 프로젝트: pbx/kupfer
 def get_gicon(self):
     return icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
예제 #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")
예제 #3
0
파일: notes.py 프로젝트: pbx/kupfer
 def get_gicon(self):
     app_icon = icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
     return icons.ComposedIcon(self.get_icon_name(), app_icon)
예제 #4
0
	def get_gicon(self):
		return icons.get_gicon_with_fallbacks(None, ("thunderbird", "icedove"))
예제 #5
0
파일: notes.py 프로젝트: cnheider/kupfer
 def get_gicon(self):
     return icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
예제 #6
0
파일: notes.py 프로젝트: cnheider/kupfer
 def get_gicon(self):
     app_icon = icons.get_gicon_with_fallbacks(None, PROGRAM_IDS)
     return icons.ComposedIcon(self.get_icon_name(), app_icon)
예제 #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")