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.
からではなく、現在のテーマからアイコンemblem-favoriteをボタンに設定するにはどうすればよいですか?gtk.StockID
emblem-favorite
gtk.StockID
次のようにすればうまくいくはずです:
button.props.image = gtk.image_new_from_icon_name('emblem-favorite', gtk.ICON_SIZE_BUTTON)