Active foreground in Button

Activeforeground represents the font color of the button when the mouse hover the button.


******Your code Below*****

from tkinter import *


root= Tk()
root.title("Button activeforeground")
root.config(background="#FFF8DC")
root.geometry("900x400+350+86")

btn= Button(root, text="ActiveForeground", font=("Times", 30, "bold"),activeforeground="red")
btn.pack(pady=20)

root.mainloop()

******End code******

Write Down Code Your Code Editor. To show Your Output. If Use Pycharm Press Shift+F10 and Show Your Output.


Enjoy..............


If You Want To Learn More Plz Visit www.newpost24.com


If You Find More Plz Visit This Page.


Post a Comment

Previous Post Next Post