Creating and referencing an object made with different class (type Gtk.Overlay) within window class (Gtk.Window) causes runtime error

前端 未结 0 943
故里飘歌
故里飘歌 2020-11-28 01:21

This is the code:

import gi

gi.require_version("Gtk", "3.0")
from gi.repository import Gtk


class MyAnime(Gtk.Label):
    def __init__(s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题