Guest User

Untitled

a guest
Jan 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. for i in lista:
  2. self.i = i
  3. if coluna==3:
  4. linha+=1
  5. coluna=0
  6. framew=Frame(self.frame4, relief = RIDGE, borderwidth = '8')
  7. foto=PhotoImage(file=i)
  8. nomew = Button(framew,image=foto,font=('Calibri Light','12','bold'),bd='9',height=350,width=200)
  9.  
  10. nomew.image=foto
  11. nomew.pack(side="left")
  12. framew.grid(row=linha, column=coluna)
  13. coluna+=1
Add Comment
Please, Sign In to add comment