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.
したがって、私は基本的に次のことを行っており、SomeText の前景色を赤にしたいと考えています。これを達成する方法:
GtkWidget *menu_item =gtk_menu_item_new_with_labelex("SomeText");
GDK 2.0 を使用しています
ありがとう