HomeSort by relevance Sort by last modified time
    Searched refs:TabSet (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
16 class TabSet(Frame):
33 active tab. If tabs is None or empty, the TabSet will be initialized
37 None, then the number of rows will be decided by TabSet. See
117 tab = TabSet.TabButton(tab_name, self.select_command,
212 TabSet.set_selected_tab, which should be called when whatever the
366 n_rows, max_tabs_per_row -- Parameters for the TabSet which will
367 manage the tabs. See TabSet's docs for details.
405 self._tab_set = TabSet(self, self.change_page, n_rows=n_rows,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
16 class TabSet(Frame):
33 active tab. If tabs is None or empty, the TabSet will be initialized
37 None, then the number of rows will be decided by TabSet. See
117 tab = TabSet.TabButton(tab_name, self.select_command,
212 TabSet.set_selected_tab, which should be called when whatever the
366 n_rows, max_tabs_per_row -- Parameters for the TabSet which will
367 manage the tabs. See TabSet's docs for details.
405 self._tab_set = TabSet(self, self.change_page, n_rows=n_rows,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 611 typedef std::set<const WebContents*> TabSet;
619 TabSet tabs_needing_navigation_;
623 TabSet tabs_navigated_to_final_destination_;
    [all...]

Completed in 485 milliseconds