Searched refs:Radiobutton (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | radiobutton-simple.py | 29 self.radioframe.choc = Radiobutton( 35 self.radioframe.straw = Radiobutton( 41 self.radioframe.lemon = Radiobutton(
|
/external/python/cpython2/Lib/idlelib/ |
D | SearchDialogBase.py | 4 Checkbutton, Radiobutton) 156 btn = Radiobutton(frame, anchor="w",
|
D | configDialog.py | 239 self.radioFg = Radiobutton( 242 self.radioBg=Radiobutton( 251 self.radioThemeBuiltin = Radiobutton( 254 self.radioThemeCustom = Radiobutton( 326 self.radioKeysBuiltin = Radiobutton( 329 self.radioKeysCustom = Radiobutton( 392 radioStartupEdit = Radiobutton( 395 radioStartupShell = Radiobutton( 400 radioSaveAsk = Radiobutton( 403 radioSaveAuto = Radiobutton( [all …]
|
D | tabbedpages.py | 196 self.button = Radiobutton(
|
/external/python/cpython2/Tools/audiopy/ |
D | audiopy | 106 btn = Radiobutton(frame, 119 btn = Radiobutton(frame, 132 btn = Radiobutton(frame, 147 btn = Radiobutton(frame,
|
/external/python/cpython3/Lib/idlelib/ |
D | searchbase.py | 4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton 163 btn = Radiobutton(frame, variable=var, value=val, text=label)
|
D | configdialog.py | 20 OptionMenu, Notebook, Radiobutton, Scrollbar, Style) 902 self.fg_on = Radiobutton( 905 self.bg_on = Radiobutton( 914 self.builtin_theme_on = Radiobutton( 917 self.custom_theme_on = Radiobutton( 1472 self.builtin_keyset_on = Radiobutton( 1475 self.custom_keyset_on = Radiobutton( 1910 self.startup_editor_on = Radiobutton( 1913 self.startup_shell_on = Radiobutton( 1962 self.save_ask_on = Radiobutton( [all …]
|
/external/python/cpython3/Tools/demo/ |
D | redemo.py | 37 self.showfirstradio = Radiobutton(self.showframe, 44 self.showallradio = Radiobutton(self.showframe,
|
/external/python/cpython2/Tools/scripts/ |
D | redemo.py | 36 self.showfirstradio = Radiobutton(self.showframe, 43 self.showallradio = Radiobutton(self.showframe,
|
/external/python/cpython2/Tools/pynche/ |
D | TextViewer.py | 111 r = Radiobutton(frame, variable=self.__which,
|
/external/python/cpython3/Tools/pynche/ |
D | TextViewer.py | 111 r = Radiobutton(frame, variable=self.__which,
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 684 return ttk.Radiobutton(self.root, **kwargs) 697 cbtn = ttk.Radiobutton(self.root, command=cb_test, 699 cbtn2 = ttk.Radiobutton(self.root, command=cb_test,
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 685 return ttk.Radiobutton(self.root, **kwargs) 698 cbtn = ttk.Radiobutton(self.root, command=cb_test, 700 cbtn2 = ttk.Radiobutton(self.root, command=cb_test,
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1034 class Radiobutton(Widget): class
|
D | Tkinter.py | 2830 class Radiobutton(Widget): class
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1036 class Radiobutton(Widget): class
|
D | __init__.py | 3407 class Radiobutton(Widget): class
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 229 return tkinter.Radiobutton(self.root, **kwargs)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 232 return tkinter.Radiobutton(self.root, **kwargs)
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 46 :class:`Menubutton`, :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` 68 :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` and
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 48 :class:`Radiobutton`, :class:`Scale` and :class:`Scrollbar`) to 72 :class:`Radiobutton`, :class:`Scale`, :class:`Scrollbar`, and :class:`Spinbox`.
|