Helpviewer/UrlBar/StackedUrlBar.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2954
bf0215fe12d1
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
40 40
41 def urlBar(self, index): 41 def urlBar(self, index):
42 """ 42 """
43 Public method to get a reference to the url bar for a given index. 43 Public method to get a reference to the url bar for a given index.
44 44
45 @param index index of the url bar (integer)
45 @return reference to the url bar for the given index (UrlBar) 46 @return reference to the url bar for the given index (UrlBar)
46 """ 47 """
47 return self.widget(index) 48 return self.widget(index)
48 49
49 def moveBar(self, from_, to_): 50 def moveBar(self, from_, to_):

eric ide

mercurial