Definition The method returns with the multitext message in the widget. Syntax tkinter.Message Examples The message is displayed through Message() .
The message is scaled inside the grid through Message().grid().
The positioning the Message through pack(side=LEFT, RIGHT, TOP, BOTTOM).
The method display the Message in Widget through widget default setting.
|