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_): |