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.
私はグレードで簡単なアプリケーションを作成しており、色選択ダイアログに表示される色を設定できるようにしたいと考えています。set_current_color 関数を見つけましたが、gdk.Color オブジェクトが必要です。
gtk.gdk.Color をインポートしようとすると失敗します (実際には、gtk をインポートするだけで失敗します)。カラーオブジェクトを作成するために使用できる別の方法はありますか?
GTK2 と GTK3 の混合の問題であることが判明しました。gi.repository.Gtk には Color コンストラクターがあります。