/ Published in: Python
URL: http://stevennathaniel.blogspot.com/
cara menerapkan hull pada komponen megawidgets
Expand |
Embed | Plain Text
import Tkinter root = Tkinter.Tk() import Pmw Pmw.initialise(root) counter6 = Pmw.Counter(hull_relief = 'sunken', hull_borderwidth = 5, orient = 'vertical', datatype = 'time', increment = 60) counter6.setentry('00:00:00') counter6.pack(padx = 10, pady = 10) counter6.configure(downarrow_background = 'blue', uparrow_background = 'yellow') root.mainloop() # http://twitter.com/bpptwiter # http://stevennathaniel.blogspot.com/
You need to login to post a comment.
