Lines Matching full:rows
7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
37 None, then the number of rows will be decided by TabSet. See
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
41 when the number of rows is not constant. See _arrange_tabs() for
137 Arrange the tabs in rows, in the order in which they were added.
139 If n_rows >= 1, this will be the number of rows used. Otherwise the
140 number of rows will be calculated according to the number of tabs and
141 max_tabs_per_row. In this case, the number of rows may change when
145 # remove all tabs and rows
156 # calculate the required number of rows