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

Lines Matching full:construct

205         """Construct a variable
278 """Construct a string variable.
300 """Construct an integer variable.
325 """Construct a float variable.
344 """Construct a boolean variable.
2022 """Construct a widget with the parent widget MASTER, a name WIDGETNAME
2060 """Construct a toplevel widget with the parent MASTER.
2088 """Construct a button widget with the parent MASTER.
2167 """Construct a canvas widget with the parent MASTER.
2408 """Construct a checkbutton widget with the parent MASTER.
2437 """Construct an entry widget with the parent MASTER.
2502 """Construct a frame widget with the parent MASTER.
2520 """Construct a label widget with the parent MASTER.
2542 """Construct a listbox widget with the parent MASTER.
2636 """Construct menu widget with the parent MASTER.
2767 """Construct a radiobutton widget with the parent MASTER.
2794 """Construct a scale widget with the parent MASTER.
2827 """Construct a scrollbar widget with the parent MASTER.
2867 """Construct a text widget with the parent MASTER.
3205 """Construct an optionmenu widget with the parent MASTER, with
3374 """Construct a spinbox widget with the parent MASTER.
3532 """Construct a labelframe widget with the parent MASTER.
3554 """Construct a panedwindow widget with the parent MASTER.