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