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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
208 With TabbedPageSet, this calls TabbedPageSet.change_page, so that
288 class TabbedPageSet(Frame):
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
306 """Abstract base class for TabbedPageSet's pages.
337 super(TabbedPageSet.PageLift, self).__init__(page_set)
364 TabbedPageSet will be initialized empty.
373 other pages. Using this method, the TabbedPageSet will not be resized
379 TabbedPageSet may resize when pages are changed
    [all...]
configDialog.py 18 from idlelib.tabbedpages import TabbedPageSet
70 self.tabPages = TabbedPageSet(self,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
208 With TabbedPageSet, this calls TabbedPageSet.change_page, so that
288 class TabbedPageSet(Frame):
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
306 """Abstract base class for TabbedPageSet's pages.
337 super(TabbedPageSet.PageLift, self).__init__(page_set)
364 TabbedPageSet will be initialized empty.
373 other pages. Using this method, the TabbedPageSet will not be resized
379 TabbedPageSet may resize when pages are changed
    [all...]
configDialog.py 18 from idlelib.tabbedpages import TabbedPageSet
70 self.tabPages = TabbedPageSet(self,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
208 With TabbedPageSet, this calls TabbedPageSet.change_page, so that
288 class TabbedPageSet(Frame):
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
306 """Abstract base class for TabbedPageSet's pages.
337 super(TabbedPageSet.PageLift, self).__init__(page_set)
364 TabbedPageSet will be initialized empty.
373 other pages. Using this method, the TabbedPageSet will not be resized
379 TabbedPageSet may resize when pages are changed
    [all...]
configDialog.py 18 from idlelib.tabbedpages import TabbedPageSet
70 self.tabPages = TabbedPageSet(self,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
208 With TabbedPageSet, this calls TabbedPageSet.change_page, so that
288 class TabbedPageSet(Frame):
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
306 """Abstract base class for TabbedPageSet's pages.
337 super(TabbedPageSet.PageLift, self).__init__(page_set)
364 TabbedPageSet will be initialized empty.
373 other pages. Using this method, the TabbedPageSet will not be resized
379 TabbedPageSet may resize when pages are changed
    [all...]
configDialog.py 18 from idlelib.tabbedpages import TabbedPageSet
70 self.tabPages = TabbedPageSet(self,
    [all...]

Completed in 45 milliseconds