Home
last modified time | relevance | path

Searched refs:Radiobutton (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dradiobutton-simple.py29 self.radioframe.choc = Radiobutton(
35 self.radioframe.straw = Radiobutton(
41 self.radioframe.lemon = Radiobutton(
/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py4 Checkbutton, Radiobutton)
156 btn = Radiobutton(frame, anchor="w",
DconfigDialog.py239 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 …]
Dtabbedpages.py196 self.button = Radiobutton(
/external/python/cpython2/Tools/audiopy/
Daudiopy106 btn = Radiobutton(frame,
119 btn = Radiobutton(frame,
132 btn = Radiobutton(frame,
147 btn = Radiobutton(frame,
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
156 btn = Radiobutton(frame, variable=var, value=val, text=label)
Dconfigdialog.py18 OptionMenu, Notebook, Radiobutton, Scrollbar, Style)
884 self.fg_on = Radiobutton(
887 self.bg_on = Radiobutton(
896 self.builtin_theme_on = Radiobutton(
899 self.custom_theme_on = Radiobutton(
1455 self.builtin_keyset_on = Radiobutton(
1458 self.custom_keyset_on = Radiobutton(
1874 self.startup_editor_on = Radiobutton(
1877 self.startup_shell_on = Radiobutton(
1914 self.save_ask_on = Radiobutton(
[all …]
/external/python/cpython2/Tools/scripts/
Dredemo.py36 self.showfirstradio = Radiobutton(self.showframe,
43 self.showallradio = Radiobutton(self.showframe,
/external/python/cpython3/Tools/demo/
Dredemo.py37 self.showfirstradio = Radiobutton(self.showframe,
44 self.showallradio = Radiobutton(self.showframe,
/external/python/cpython2/Tools/pynche/
DTextViewer.py111 r = Radiobutton(frame, variable=self.__which,
/external/python/cpython3/Tools/pynche/
DTextViewer.py111 r = Radiobutton(frame, variable=self.__which,
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py684 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/
Dtest_widgets.py688 return ttk.Radiobutton(self.root, **kwargs)
701 cbtn = ttk.Radiobutton(self.root, command=cb_test,
703 cbtn2 = ttk.Radiobutton(self.root, command=cb_test,
/external/python/cpython2/Lib/lib-tk/
Dttk.py1034 class Radiobutton(Widget): class
DTkinter.py2830 class Radiobutton(Widget): class
/external/python/cpython3/Lib/tkinter/
Dttk.py1038 class Radiobutton(Widget): class
D__init__.py2972 class Radiobutton(Widget): class
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py229 return tkinter.Radiobutton(self.root, **kwargs)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py232 return tkinter.Radiobutton(self.root, **kwargs)
/external/python/cpython2/Doc/library/
Dttk.rst46 :class:`Menubutton`, :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale`
68 :class:`PanedWindow`, :class:`Radiobutton`, :class:`Scale` and
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst48 :class:`Radiobutton`, :class:`Scale` and :class:`Scrollbar`) to
72 :class:`Radiobutton`, :class:`Scale`, :class:`Scrollbar`, and :class:`Spinbox`.