Frames
Frame gadget is a rectangular locale on the screen that can be utilized as an establishment class to execute complex gadgets. This gadget is vital for the method involved with gathering and coordinating different gadgets in an amicable manner. It works like a compartment, which is answerable for organizing the place of different gadgets. We can utilize bg, help, borderwidth, and bd as the qualities of the Frame gadget.
- bg - The ordinary foundation variety showed behind the mark and marker.
- relief - The sort of the boundary of the edge. Its default esteem is set to FLAT. We can set it to some other styles, i.e., FLAT, RAISED, SUNKEN, GROOVE, RIDGE.
- borderwidth - TkinterLabel has no line naturally. We want to assign the borderwidth choice to add a line around the Label gadget alongside the alleviation choice to be a choice as opposed to level to make noticeable.
- bd - The size of the line around the pointer. Default is 2 pixels.

0 Comments