Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python3 + gtk3 image sequence
Post: python3 + gtk3 image sequence

Hello, I tried to show some images in a sequence, when click a button show the first image and after one second show the next image, I tried the next code, but only show me the last image. #!/usr/bin...
changos GUI 0 3,302 Apr-24-2017, 04:10 PM
    Thread: PyGTK3, I can't Change Button and Table Backgorund Color using modify_bg method.
Post: RE: PyGTK3, I can't Change Button and Table Backgo...

#!/usr/bin/python3 import os import time import gi from gi.repository import Gtk, Gdk class GridWindow(Gtk.Window):     def __init__(self):         Gtk.Window.__init__(self, title="NEOTECH")         ...
changos GUI 3 9,130 Apr-24-2017, 04:05 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020