Helpviewer/UrlBar/StackedUrlBar.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3034
7ce719013078
child 3057
10516539f238
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
38 38
39 def urlBar(self, index): 39 def urlBar(self, index):
40 """ 40 """
41 Public method to get a reference to the url bar for a given index. 41 Public method to get a reference to the url bar for a given index.
42 42
43 @param index index of the url bar (integer)
43 @return reference to the url bar for the given index (UrlBar) 44 @return reference to the url bar for the given index (UrlBar)
44 """ 45 """
45 return self.widget(index) 46 return self.widget(index)
46 47
47 def moveBar(self, from_, to_): 48 def moveBar(self, from_, to_):

eric ide

mercurial