Home
last modified time | relevance | path

Searched refs:Radiobutton (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Tools/demo/
H A Dredemo.py37 self.showfirstradio = Radiobutton(self.showframe,
44 self.showallradio = Radiobutton(self.showframe,
/third_party/python/Lib/idlelib/
H A Dsearchbase.py4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton namespace
165 btn = Radiobutton(frame, variable=var, value=val, text=label)
H A Dconfigdialog.py20 OptionMenu, Notebook, Radiobutton, Scrollbar, Style,
573 (*)fg_on: Radiobutton - fg_bg_toggle
574 (*)bg_on: Radiobutton - fg_bg_toggle
578 (*)builtin_theme_on: Radiobutton - theme_source
579 (*)custom_theme_on: Radiobutton - theme_source
673 self.fg_on = Radiobutton(
676 self.bg_on = Radiobutton(
685 self.builtin_theme_on = Radiobutton(
688 self.custom_theme_on = Radiobutton(
1191 (*)builtin_keyset_on: Radiobutton
[all...]
/third_party/python/Lib/tkinter/test/test_ttk/
H A 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,
/third_party/python/Lib/tkinter/
H A Dttk.py21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
1006 class Radiobutton(Widget): class
1007 """Ttk Radiobutton widgets are used in groups to show or change a
1011 """Construct a Ttk Radiobutton with parent master.
H A D__init__.py5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
3476 class Radiobutton(Widget): class
3477 """Radiobutton widget which shows only one of several buttons in on-state."""
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py260 return tkinter.Radiobutton(self.root, **kwargs)

Completed in 15 milliseconds