OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Notebook
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js
363
{title: "
Notebook
with touch", width: 1280, height: 950, deviceScaleFactor: 1, userAgent: "", touch: true, mobile: false},
364
{title: "
Notebook
with HiDPI screen", width: 1440, height: 900, deviceScaleFactor: 2, userAgent: "", touch: false, mobile: false},
365
{title: "Generic
notebook
", width: 1280, height: 800, deviceScaleFactor: 1, userAgent: "", touch: false, mobile: false}
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
20
"Labelframe", "LabelFrame", "Menubutton", "
Notebook
", "Panedwindow",
797
class
Notebook
(Widget):
798
"""Ttk
Notebook
widget manages a collection of windows and displays
803
"""Construct a Ttk
Notebook
with parent master.
831
Widget.__init__(self, master, "ttk::
notebook
", kw)
835
"""Adds a new tab to the
notebook
.
837
If window is currently managed by the
notebook
but hidden, it is
852
managed by the
notebook
and its configuration remembered. Hidden
873
a managed child. If child is already managed by the
notebook
,
900
"""Returns a list of windows managed by the
notebook
.""
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
20
"Labelframe", "LabelFrame", "Menubutton", "
Notebook
", "Panedwindow",
797
class
Notebook
(Widget):
798
"""Ttk
Notebook
widget manages a collection of windows and displays
803
"""Construct a Ttk
Notebook
with parent master.
831
Widget.__init__(self, master, "ttk::
notebook
", kw)
835
"""Adds a new tab to the
notebook
.
837
If window is currently managed by the
notebook
but hidden, it is
852
managed by the
notebook
and its configuration remembered. Hidden
873
a managed child. If child is already managed by the
notebook
,
900
"""Returns a list of windows managed by the
notebook
.""
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
545
self.nb = ttk.
Notebook
(padding=0)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
545
self.nb = ttk.
Notebook
(padding=0)
[
all
...]
Completed in 341 milliseconds