Failing to draw on a Gtk.DrawingArea
问题 I'm not able to draw, i've already read tutorials, i can't find the problem. I simply have a correct UI drawed by Glade. Then i want to draw, for example 50 drawing areas. So i create a Grid with 50 cells; for each cell there is a vertical box (with a drawing area and a label inside each one). But i can't seen anything drawed. class collega_GUI: def __init__(self): try: self.__builder = Gtk.Builder() self.__builder.add_from_file('UI2.glade') self.__Grid = Gtk.Grid() self.__Grid.set_margin