HomeSort by relevance Sort by last modified time
    Searched refs:Menubutton (Results 1 - 25 of 27) sorted by null

1 2

  /external/python/cpython2/Demo/tkinter/matt/
menu-simple.py 9 # This is a MENUBUTTON
46 File_button = Menubutton(mBar, text='File', underline=0)
63 # set up a pointer from the file menubutton back to the file menu
71 Edit_button = Menubutton(mBar, text='Edit', underline=0)
86 # set up a pointer from the file menubutton back to the file menu
106 # This allows for scanning from one menubutton to the next.
two-radio-groups.py 24 Radiobutton_button = Menubutton(mBar, text='Political Party',
44 # set up a pointer from the file menubutton back to the file menu
52 Radiobutton_button = Menubutton(mBar, text='Flavors',
71 # set up a pointer from the file menubutton back to the file menu
100 # This allows for scanning from one menubutton to the next.
menu-all-types-of-entries.py 9 # This is a MENUBUTTON
57 Command_button = Menubutton(mBar, text='Simple Button Commands',
94 # set up a pointer from the file menubutton back to the file menu
103 Cascade_button = Menubutton(mBar, text='Cascading Menus', underline=0)
142 Checkbutton_button = Menubutton(mBar, text='Checkbutton Menus',
177 # set up a pointer from the file menubutton back to the file menu
185 Radiobutton_button = Menubutton(mBar, text='Radiobutton Menus',
206 # set up a pointer from the file menubutton back to the file menu
213 Dummy_button = Menubutton(mBar, text='Dead Menu', underline=0)
237 # This allows for scanning from one menubutton to the next
    [all...]
  /external/python/cpython2/Lib/idlelib/
help.py 30 from Tkinter import Tk, Toplevel, Frame, Text, Scrollbar, Menu, Menubutton
36 from tkinter.ttk import Menubutton
216 toc = Menubutton(self, text='TOC')
  /external/python/cpython2/Lib/lib-tk/
ttk.py 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
160 [("Menubutton.background", None),
161 ("Menubutton.button", {"children":
162 [("Menubutton.focus", {"children":
163 [("Menubutton.padding", {"children":
164 [("Menubutton.label", {"side": "left", "expand": 1})]
168 ("Menubutton.indicator", {"side": "right"})
173 Menubutton.background
174 Menubutton.button -children {
175 Menubutton.focus -children
    [all...]
Tkinter.py     [all...]
Tix.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
160 [("Menubutton.background", None),
161 ("Menubutton.button", {"children":
162 [("Menubutton.focus", {"children":
163 [("Menubutton.padding", {"children":
164 [("Menubutton.label", {"side": "left", "expand": 1})]
168 ("Menubutton.indicator", {"side": "right"})
173 Menubutton.background
174 Menubutton.button -children {
175 Menubutton.focus -children
    [all...]
Tkinter.py     [all...]
Tix.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
160 [("Menubutton.background", None),
161 ("Menubutton.button", {"children":
162 [("Menubutton.focus", {"children":
163 [("Menubutton.padding", {"children":
164 [("Menubutton.label", {"side": "left", "expand": 1})]
168 ("Menubutton.indicator", {"side": "right"})
173 Menubutton.background
174 Menubutton.button -children {
175 Menubutton.focus -children
    [all...]
Tkinter.py     [all...]
Tix.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
160 [("Menubutton.background", None),
161 ("Menubutton.button", {"children":
162 [("Menubutton.focus", {"children":
163 [("Menubutton.padding", {"children":
164 [("Menubutton.label", {"side": "left", "expand": 1})]
168 ("Menubutton.indicator", {"side": "right"})
173 Menubutton.background
174 Menubutton.button -children {
175 Menubutton.focus -children
    [all...]
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
160 [("Menubutton.background", None),
161 ("Menubutton.button", {"children":
162 [("Menubutton.focus", {"children":
163 [("Menubutton.padding", {"children":
164 [("Menubutton.label", {"side": "left", "expand": 1})]
168 ("Menubutton.indicator", {"side": "right"})
173 Menubutton.background
174 Menubutton.button -children {
175 Menubutton.focus -children
    [all...]
Tkinter.py     [all...]
  /external/python/cpython2/Demo/tkinter/guido/
kill.py 10 class BarButton(Menubutton):
12 apply(Menubutton.__init__, (self, master), cnf)
svkill.py 17 class BarButton(Menubutton):
19 apply(Menubutton.__init__, (self, master), cnf)
rmt.py 39 file = Menubutton(mBar, text='File', underline=0)
tkman.py 72 self.chapter = Menubutton(self.rightsubframe, name='chapter',
AttrDialog.py 66 self.button = Menubutton(self.frame,
357 'Menubutton': _tristate,
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 156 CmdBtn = Menubutton(self.mBar, text='Examples',
184 CmdBtn = Menubutton(self.mBar, text='Help', underline=0, font = menufont)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 60 file = Tix.Menubutton(w, text='File', underline=0, takefocus=0)
61 help = Tix.Menubutton(w, text='Help', underline=0, takefocus=0)
405 options='menubutton.width 15 label.anchor %s' % Tix.E
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 251 return tkinter.Menubutton(self.root, **kwargs)
    [all...]

Completed in 548 milliseconds

1 2