Home
last modified time | relevance | path

Searched refs:Radiobutton (Results 1 – 22 of 22) 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/Tools/audiopy/
Daudiopy106 btn = Radiobutton(frame,
119 btn = Radiobutton(frame,
132 btn = Radiobutton(frame,
147 btn = Radiobutton(frame,
/external/python/cpython2/Lib/idlelib/
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 …]
DSearchDialogBase.py4 Checkbutton, Radiobutton)
156 btn = Radiobutton(frame, anchor="w",
Dtabbedpages.py196 self.button = Radiobutton(
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py4 from tkinter.ttk import Entry, Label, Button, Checkbutton, Radiobutton
156 btn = Radiobutton(frame, variable=var, value=val, text=label)
Dconfigdialog.py241 self.radioFg = Radiobutton(
244 self.radioBg=Radiobutton(
253 self.radioThemeBuiltin = Radiobutton(
256 self.radioThemeCustom = Radiobutton(
328 self.radioKeysBuiltin = Radiobutton(
331 self.radioKeysCustom = Radiobutton(
395 self.radioStartupEdit = Radiobutton(
398 self.radioStartupShell = Radiobutton(
403 self.radioSaveAsk = Radiobutton(
406 self.radioSaveAuto = Radiobutton(
Dtabbedpages.py196 self.button = Radiobutton(
/external/python/cpython3/Tools/demo/
Dredemo.py37 self.showfirstradio = Radiobutton(self.showframe,
44 self.showallradio = Radiobutton(self.showframe,
/external/python/cpython2/Tools/scripts/
Dredemo.py36 self.showfirstradio = Radiobutton(self.showframe,
43 self.showallradio = Radiobutton(self.showframe,
/external/python/cpython3/Tools/pynche/
DTextViewer.py111 r = Radiobutton(frame, variable=self.__which,
/external/python/cpython2/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.py683 return ttk.Radiobutton(self.root, **kwargs)
696 cbtn = ttk.Radiobutton(self.root, command=cb_test,
698 cbtn2 = ttk.Radiobutton(self.root, command=cb_test,
/external/python/cpython2/Lib/lib-tk/
Dttk.py1034 class Radiobutton(Widget): class
DTkinter.py2825 class Radiobutton(Widget): class
/external/python/cpython3/Lib/tkinter/
Dttk.py1038 class Radiobutton(Widget): class
D__init__.py2966 class Radiobutton(Widget): class
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py228 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` and :class:`Scrollbar`. The other six are