... let's add a button to the toolbar button = Gtk.Button(label='Click me') button.show() button.connect('clicked', lambda button: print('hi ...
確定! 回上一頁