Home | History | Annotate | Download | only in lib-tk

Lines Matching full:labelframe

20            "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
757 class Labelframe(Widget):
758 """Ttk Labelframe widget is a container used to group other widgets
763 """Construct a Ttk Labelframe with parent master.
773 Widget.__init__(self, master, "ttk::labelframe", kw)
775 LabelFrame = Labelframe # Tkinter name compatibility