Lines Matching refs:n_rows
23 tabs=None, n_rows=1, max_tabs_per_row=5, argument
47 self.n_rows = n_rows
153 if self.n_rows is not None and self.n_rows > 0:
154 n_rows = self.n_rows
157 n_rows = (len(self._tab_names) - 1) // self.max_tabs_per_row + 1
160 expand_tabs = self.expand_tabs or n_rows > 1
162 for row_index in xrange(n_rows):
164 n_tabs = (len(self._tab_names) - i - 1) // (n_rows - row_index) + 1
356 n_rows=1, max_tabs_per_row=5, expand_tabs=False, argument
405 self._tab_set = TabSet(self, self.change_page, n_rows=n_rows,
476 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,