예제 #1
0
 def __init__(self, dock):
     self.name1 = 'xxx'
     self.name2 = 'yyy'
     Test.__init__(self, "Test stack icon", dock)
예제 #2
0
 def __init__( self ):
     self.name = "MultiArgLogTest"
     Test.__init__( self )
 def __init__(self):
     self.name = "LoggingTimerLogTimeTest"
     Test.__init__(self)
예제 #4
0
	def __init__(self, dock):
		self.exe = config.exe1
		self.wmclass = config.wmclass1
		self.desktop_file = config.desktop_file1
		Test.__init__(self, "Test launcher", dock)
예제 #5
0
 def __init__(self, dock):
     self.test_file = '/tmp/cairo-dock-test'
     Test.__init__(self, "Test custom launcher", dock)
예제 #6
0
	def __init__(self, dock):
		self.mgr = 'Icons'
		self.dt = .3  # time to update the dock size
		Test.__init__(self, "Test Icons", dock)
예제 #7
0
 def __init__(self, dock):
     self.applet = 'clock'
     Test.__init__(self, "Test desklet", dock)
예제 #8
0
	def __init__(self, dock):
		self.exe = config.exe
		self.wmclass = config.wmclass
		self.desktop_file = config.desktop_file
		Test.__init__(self, "Test taskbar", dock)
예제 #9
0
	def __init__(self, dock):
		self.mgr = 'Docks'
		self.dt = .2  # time to update the dock size
		Test.__init__(self, "Test Docks", dock)
예제 #10
0
 def __init__( self ):
     self.name = "LogNoStarTest"
     Test.__init__( self )
예제 #11
0
	def __init__(self, dock):
		Test.__init__(self, "Test separator icon", dock)
예제 #12
0
 def __init__(self):
     self.name = "LogTest"
     Test.__init__(self)
예제 #13
0
 def __init__(self, dock):
     self.exe = config.exe1
     self.wmclass = config.wmclass1
     self.desktop_file = config.desktop_file1
     Test.__init__(self, "Test launcher", dock)
예제 #14
0
	def __init__(self, dock):
		self.name1 = 'xxx'
		self.name2 = 'yyy'
		Test.__init__(self, "Test stack icon", dock)
예제 #15
0
	def __init__(self, dock):
		self.test_file='/tmp/cairo-dock-test'
		Test.__init__(self, "Test custom launcher", dock)
예제 #16
0
 def __init__(self, dock):
     self.mgr = 'Docks'
     self.dt = .2  # time to update the dock size
     Test.__init__(self, "Test Docks", dock)
예제 #17
0
 def __init__(self, dock):
     Test.__init__(self, "Test separator icon", dock)
예제 #18
0
	def __init__(self, dock):
		Test.__init__(self, "Test modules", dock)
예제 #19
0
 def __init__(self, dock):
     self.mgr = 'Icons'
     self.dt = .3  # time to update the dock size
     Test.__init__(self, "Test Icons", dock)
예제 #20
0
	def __init__(self):
		Test.__init__(self)
		self._numObjects = 64
		self._numThreads = [1, 2, 4, 8, 16, 32]
		self._numReads   = 32
예제 #21
0
 def __init__(self):
     self.name = "CdToProjectRootTest"
     Test.__init__(self)
예제 #22
0
 def __init__(self):
     Test.__init__(self)
     self._numObjects = 64
     self._numThreads = [1, 2, 4, 8, 16, 32]
     self._numReads = 32
예제 #23
0
 def __init__(self, dock):
     Test.__init__(self, "Test root dock 2", dock)