Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように機能するメソッドが必要です。
def get_widget_type(widget_instance): return widget_type # widget_type : Gtk.Button , Gtk.Entry etc.
GTK に固有のものではありませんが、一般的な Python の場合:type(widget_instance)
type(widget_instance)